Reverted r695.

This commit is contained in:
Scott González 2008-09-19 14:20:14 +00:00
parent 8d04c3594c
commit 7c2e7965e9
58 changed files with 1044 additions and 1044 deletions

View File

@ -111,7 +111,7 @@ $.widget("ui.slider", {
})
.wrap('<a href="#" style="outline:none;border:none;"></a>')
.parent()
.bind('click', function(e) { e.preventDefault(); })
.bind('click', function() { return false; })
.bind('focus', function(e) { self._focus(this.firstChild); })
.bind('blur', function(e) { self._blur(this.firstChild); })
.bind('keydown', function(e) { if(!self.options.noKeyboard) return self._keydown(e.keyCode, this.firstChild); })