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