Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Update RangeSlider component
Browse files Browse the repository at this point in the history
  • Loading branch information
got5 committed Oct 26, 2016
1 parent fc7c074 commit 6b7bfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/modules/tjq/rangeSlider.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
requirejs.config({
"shim" : {
"tjq/vendor/ui/custom" : [ "jquery" ]
"tjq/vendor/ui/jquery-ui" : [ "jquery" ]
}
});
define([ "t5/core/dom", "t5/core/zone", "t5/core/events", "tjq/vendor/ui/custom" ], function(dom, zone, events) {
define([ "t5/core/dom", "t5/core/zone", "t5/core/events", "tjq/vendor/ui/jquery-ui" ], function(dom, zone, events) {
return function(specs) {

var el = jQuery("#" + specs.sliderId);
Expand Down

0 comments on commit 6b7bfa7

Please sign in to comment.