diff options
Diffstat (limited to 'src/jquery.js')
-rw-r--r-- | src/jquery.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jquery.js b/src/jquery.js index a0d5d3647..d833516d4 100644 --- a/src/jquery.js +++ b/src/jquery.js @@ -23,6 +23,7 @@ import "./ajax.js"; import "./ajax/xhr.js"; import "./ajax/script.js"; import "./ajax/jsonp.js"; +import "./ajax/binary.js"; import "./ajax/load.js"; import "./core/parseXML.js"; import "./core/parseHTML.js"; |