Skip to content

Commit 362e3fc

Browse files
committed
Removed "use strict" from client code
As per http://bugs.jquery.com/ticket/13335
1 parent e626fee commit 362e3fc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

js/jquery.mobile.buttonMarkup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ define( [ "jquery", "./jquery.mobile.core" ], function( jQuery ) {
1111
// buttonMarkup is deprecated as of 1.4.0 and will be removed in 1.5.0.
1212

1313
(function( $, undefined ) {
14-
"use strict";
1514

1615
// General policy: Do not access data-* attributes except during enhancement.
1716
// In all other cases we determine the state of the button exclusively from its

js/jquery.mobile.media.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ define( [ "jquery", "./jquery.mobile.core" ], function( jQuery ) {
1010
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas. Dual MIT/BSD license */
1111
window.matchMedia = window.matchMedia || (function( doc, undefined ) {
1212

13-
"use strict";
14-
1513
var bool,
1614
docElem = doc.documentElement,
1715
refNode = docElem.firstElementChild || docElem.firstChild,

0 commit comments

Comments
 (0)