diff options
-rw-r--r-- | build/test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test/index.html b/build/test/index.html index 992b79d18..36e37aed1 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -8,7 +8,7 @@ <script type="text/javascript" src="../src/jquery/coreTest.js"></script> <script type="text/javascript" src="../src/selector/selectorTest.js"></script> <script type="text/javascript" src="../src/event/eventTest.js"></script> - <script type="text/javascript" src="../src/ajax/ajaxTest.js"></script> + <!--<script type="text/javascript" src="../src/ajax/ajaxTest.js"></script>--> <script type="text/javascript" src="../src/fx/fxTest.js"></script> </head> |