From be0a176b1f399e856654b2e71a1a9df28501a646 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 13 May 2015 21:57:04 -0400 Subject: Dialog: Remove core event/alias and deprecated module dependencies --- demos/dialog/animated.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/dialog') diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html index d17fef363..02c3fd31f 100644 --- a/demos/dialog/animated.html +++ b/demos/dialog/animated.html @@ -31,7 +31,7 @@ } }); - $( "#opener" ).click(function() { + $( "#opener" ).on( "click", function() { $( "#dialog" ).dialog( "open" ); }); }); -- cgit v1.2.3