diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-07-15 09:40:38 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-07-15 09:40:38 -0400 |
commit | 71d8f16ad4bc60d8946cf73f4b0c0bc99840e6ab (patch) | |
tree | a48489064648b2cbb59772d8a62f4fb66496ed4f /tests/unit/spinner/deprecated.html | |
parent | a3df6dd8a8e363a276392acd7744f7db1e75eb61 (diff) | |
parent | de4984da244289c259e8fc8d1106898908b6ffce (diff) | |
download | jquery-ui-71d8f16ad4bc60d8946cf73f4b0c0bc99840e6ab.tar.gz jquery-ui-71d8f16ad4bc60d8946cf73f4b0c0bc99840e6ab.zip |
Merge branch 'master' into datepicker
Diffstat (limited to 'tests/unit/spinner/deprecated.html')
-rw-r--r-- | tests/unit/spinner/deprecated.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/unit/spinner/deprecated.html b/tests/unit/spinner/deprecated.html new file mode 100644 index 000000000..a6c249a17 --- /dev/null +++ b/tests/unit/spinner/deprecated.html @@ -0,0 +1,21 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>jQuery UI Spinner Test Suite</title> + + <script src="../../../external/requirejs/require.js"></script> + <script src="../../lib/css.js" data-modules="core button spinner"></script> + <script src="../../lib/bootstrap.js" data-widget="spinner" data-deprecated="true"></script> +</head> +<body> + +<div id="qunit"></div> +<div id="qunit-fixture"> + +<input id="spin" class="foo"> +<input id="spin2" value="2"> + +</div> +</body> +</html> |