diff options
Diffstat (limited to 'public/bower_components/select2/tests/integration.html')
-rw-r--r-- | public/bower_components/select2/tests/integration.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/public/bower_components/select2/tests/integration.html b/public/bower_components/select2/tests/integration.html new file mode 100644 index 0000000..d8d0ef5 --- /dev/null +++ b/public/bower_components/select2/tests/integration.html @@ -0,0 +1,21 @@ +<!doctype html> +<html> + <head> + <link rel="stylesheet" href="vendor/qunit-1.23.1.css" type="text/css" /> + <link rel="stylesheet" href="../../dist/css/select2.css" type="text/css" /> + </head> + <body> + <div id="qunit"></div> + <div id="qunit-fixture"></div> + + <script src="vendor/qunit-1.23.1.js" type="text/javascript"></script> + <script src="vendor/jquery-1.7.2.js" type="text/javascript"></script> + <script src="../dist/js/select2.full.js" type="text/javascript"></script> + + <script src="helpers.js" type="text/javascript"></script> + + <script src="integration/dom-changes.js" type="text/javascript"></script> + <script src="integration/jquery-calls.js" type="text/javascript"></script> + <script src="integration/select2-methods.js" type="text/javascript"></script> + </body> +</html> |