mirror of
https://github.com/jquery/jquery.git
synced 2026-02-09 21:15:51 -05:00
All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes.
This commit is contained in:
@@ -2,7 +2,8 @@ define([
|
||||
"../core"
|
||||
], function( jQuery ) {
|
||||
|
||||
jQuery.parseJSON = JSON.parse;
|
||||
jQuery.parseJSON = JSON.parse;
|
||||
|
||||
return jQuery.parseJSON;
|
||||
|
||||
return jQuery.parseJSON;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user