mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Slider tests: Don't use .on().
This commit is contained in:
@@ -16,7 +16,7 @@ test( "disabled", function(){
|
||||
var count = 0;
|
||||
|
||||
element = $( "#slider1" ).slider();
|
||||
element.on( "slidestart", function() {
|
||||
element.bind( "slidestart", function() {
|
||||
count++;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user