aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/selectable/selectable.html')
-rw-r--r--tests/unit/selectable/selectable.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html
index 18ffc6ef7..989cece7e 100644
--- a/tests/unit/selectable/selectable.html
+++ b/tests/unit/selectable/selectable.html
@@ -11,12 +11,12 @@
<script src="../testsuite.js"></script>
<script>
TestHelpers.loadResources({
- css: [ "ui.core", "ui.selectable" ],
+ css: [ "core", "selectable" ],
js: [
- "ui/jquery.ui.core.js",
- "ui/jquery.ui.widget.js",
- "ui/jquery.ui.mouse.js",
- "ui/jquery.ui.selectable.js"
+ "ui/core.js",
+ "ui/widget.js",
+ "ui/mouse.js",
+ "ui/selectable.js"
]
});
</script>