diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-09-08 21:05:07 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-09-08 21:05:07 -0400 |
commit | 99c123b159e85ab9d97bea65a5ec4fff62023bf9 (patch) | |
tree | 6416b60fffdbdc8ee09dfdd3de0aed20b4fdf11d /src/ajax.js | |
parent | eb9cbfcaf6803a07a953e0ca0922a973c5a11016 (diff) | |
download | jquery-99c123b159e85ab9d97bea65a5ec4fff62023bf9.tar.gz jquery-99c123b159e85ab9d97bea65a5ec4fff62023bf9.zip |
Move parsing methods to their own files (separates manipulation dependency from core)
Diffstat (limited to 'src/ajax.js')
-rw-r--r-- | src/ajax.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ajax.js b/src/ajax.js index 3fd882a2f..7310b5e15 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -3,6 +3,8 @@ define([ "./var/rnotwhite", "./ajax/var/nonce", "./ajax/var/rquery", + "./ajax/parseJSON", + "./ajax/parseXML", "./deferred" ], function( jQuery, rnotwhite, nonce, rquery ) { |