@ -1,9 +1,5 @@
define(function () { 'use strict';
function foo () {
return embiggen( 6, 7 );
}
/**
* Embiggens a number
* @param {number} num - the number to embiggen
@ -14,6 +10,10 @@ define(function () { 'use strict';
return num * factor;
alert( foo() );
});
'use strict';
@ -14,4 +10,8 @@ function embiggen ( num, factor ) {
@ -1,7 +1,3 @@
@ -12,4 +8,8 @@ function embiggen ( num, factor ) {
(function () { 'use strict';
@ -14,6 +10,10 @@
})();
@ -4,10 +4,6 @@
factory();
}(this, function () { 'use strict';
@ -18,6 +14,10 @@
}));
@ -5,14 +5,14 @@ define(function () { 'use strict';
console.log( 1 );
console.log( 2 ); // comment alongside 2
return bar();
function bar () {
return 42;
foo();
console.log( 3 );
@ -5,13 +5,13 @@
@ -3,13 +3,13 @@
@ -5,14 +5,14 @@
@ -9,14 +9,14 @@