@ -1,7 +1,7 @@
define(function () { 'use strict';
function foo() {
}
};
function a() {
foo();
'use strict';
@ -10,4 +10,4 @@ function a() {
if (a.b) {
a();
@ -1,5 +1,5 @@
@ -8,4 +8,4 @@ function a() {
(function () { 'use strict';
@ -12,4 +12,4 @@
})();
@ -5,7 +5,7 @@
}(this, function () { 'use strict';
@ -16,4 +16,4 @@
}));