diff options
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index e66872725..bd11ebbd7 100644 --- a/test/index.html +++ b/test/index.html @@ -20,6 +20,10 @@ <script src="../src/manipulation.js"></script> <script src="../src/css.js"></script> <script src="../src/ajax.js"></script> + <script src="../src/xhr.js"></script> + <script src="../src/transports/jsonp.js"></script> + <script src="../src/transports/script.js"></script> + <script src="../src/transports/xhr.js"></script> <script src="../src/effects.js"></script> <script src="../src/offset.js"></script> <script src="../src/dimensions.js"></script> |