diff options
author | Rob Loach <robloach@gmail.com> | 2015-11-18 21:54:36 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-11-18 21:54:36 -0500 |
commit | aa699a8819c830df13860eb840c931b1cd8814f9 (patch) | |
tree | acc4e905871c36e888d9f80f9ab3378200621b2d /jquery.once.js | |
parent | f843933a84e88bd08f32f7c9554b5a94b13d6cff (diff) | |
download | jquery-once-aa699a8819c830df13860eb840c931b1cd8814f9.zip jquery-once-aa699a8819c830df13860eb840c931b1cd8814f9.tar.gz jquery-once-aa699a8819c830df13860eb840c931b1cd8814f9.tar.bz2 |
Switch to xo
Diffstat (limited to 'jquery.once.js')
-rw-r--r-- | jquery.once.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jquery.once.js b/jquery.once.js index 471dd53..1625b0b 100644 --- a/jquery.once.js +++ b/jquery.once.js @@ -29,7 +29,7 @@ /* globals jQuery */ factory(jQuery); } -}(function ($) { +})(function ($) { 'use strict'; /** @@ -173,4 +173,4 @@ return $(this).data(name) === true; }); }; -})); +}); |