diff options
Diffstat (limited to 'js/tests/visual/button.html')
| -rw-r--r-- | js/tests/visual/button.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/tests/visual/button.html b/js/tests/visual/button.html index 428fd156f..44a91a821 100644 --- a/js/tests/visual/button.html +++ b/js/tests/visual/button.html @@ -44,12 +44,11 @@ </div> </div> + <script src="../../dist/util.js"></script> <script src="../../dist/dom/polyfill.js"></script> <script src="../../dist/dom/eventHandler.js"></script> - <script src="../../dist/dom/manipulator.js"></script> <script src="../../dist/dom/selectorEngine.js"></script> <script src="../../dist/dom/data.js"></script> - <script src="../../dist/util.js"></script> <script src="../../dist/button.js"></script> </body> </html> |
