Skip to content

Commit

Permalink
Item12511: added use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Dec 6, 2017
1 parent f0b8b3c commit 5f07c26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict";
jQuery(function($) {
'use strict';

$(".jqButton:not(.jqInitedButton)").livequery(function() {
var $this = $(this),
Expand Down

0 comments on commit 5f07c26

Please sign in to comment.