Skip to content

Commit

Permalink
added missing init() call
Browse files Browse the repository at this point in the history
  • Loading branch information
tipiirai committed Sep 21, 2010
1 parent d63892b commit b780ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rangeinput/rangeinput.js
Expand Up @@ -288,6 +288,7 @@
},

setValue: function(val, e) {
init();
return slide(e || $.Event("api"), undefined, val, true);
},

Expand Down

0 comments on commit b780ebb

Please sign in to comment.