For the most part this was semicolon fixes, but there was a function, `calledMethod`, which did need to be moved out of the loop.
4 lines
44 B
JavaScript
4 lines
44 B
JavaScript
define(function () {
|
|
return jQuery;
|
|
});
|