Skip to content

Commit 7bd25ed

Browse files
committed
use strict
1 parent 668c548 commit 7bd25ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jquery.ui-contextmenu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Copyright (c) 2013, Martin Wendt (http://wwWendt.de). Licensed MIT.
99
*/
1010
;(function($, window, document, undefined) {
11+
"use strict";
1112
var supportSelectstart = "onselectstart" in document.createElement("div");
1213

1314
/** Return command without leading '#' (default to ""). */

jquery.ui-contextmenu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)