All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes.

This commit is contained in:
Timmy Willison
2013-09-09 11:39:02 -04:00
parent 3b53b75160
commit cd4a9cd7fa
8 changed files with 136 additions and 124 deletions

View File

@@ -2,7 +2,8 @@ define([
"../core"
], function( jQuery ) {
jQuery.parseJSON = JSON.parse;
jQuery.parseJSON = JSON.parse;
return jQuery.parseJSON;
return jQuery.parseJSON;
});