aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/checkboxradio/checkboxradio.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/visual/checkboxradio/checkboxradio.html')
-rw-r--r--tests/visual/checkboxradio/checkboxradio.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/checkboxradio/checkboxradio.html b/tests/visual/checkboxradio/checkboxradio.html
index a472c9df2..8d26daeff 100644
--- a/tests/visual/checkboxradio/checkboxradio.html
+++ b/tests/visual/checkboxradio/checkboxradio.html
@@ -24,7 +24,7 @@
checkboxes.checkboxradio( "option", option, value );
}
});
- $( ".controls > button" ).click( function() {
+ $( ".controls > button" ).on( "click", function() {
if ( this.id !== "create" ) {
checkboxes.checkboxradio( this.id );
} else {