diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-08-29 16:18:17 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-08-29 16:18:17 -0400 |
commit | 004c1fc5bb40ae8dfec18d6719534abad636b7e8 (patch) | |
tree | 05de9c08c2f8234b611c902f29cf2540d89db0b0 /src/ajax/load.js | |
parent | ca1c90e55c05610c28a176e3bcb2a64450b5e296 (diff) | |
download | jquery-004c1fc5bb40ae8dfec18d6719534abad636b7e8.tar.gz jquery-004c1fc5bb40ae8dfec18d6719534abad636b7e8.zip |
Pass all tests (and load Sizzle fixture correctly) when loading with AMD
Diffstat (limited to 'src/ajax/load.js')
-rw-r--r-- | src/ajax/load.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ajax/load.js b/src/ajax/load.js index e9c21ef16..b54750e0a 100644 --- a/src/ajax/load.js +++ b/src/ajax/load.js @@ -2,7 +2,10 @@ define([ "../core", "../ajax", "../traversing", - "../selector" + "../manipulation", + "../selector", + // Optional event/alias dependency + "../event/alias" ], function( jQuery ) { // Keep a copy of the old load method |