diff options
author | Rob Loach <robloach@gmail.com> | 2014-11-18 04:49:03 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-11-18 04:49:03 -0500 |
commit | 4e47cb9089340aa069e94fa1bf8ee6886d3b780a (patch) | |
tree | 15a2ccba6644c736627347f8c2a3c3e257e3ed06 /jquery.once.js | |
parent | 03027a958db2e5af6c49156f97b8879cdc612a65 (diff) | |
download | jquery-once-4e47cb9089340aa069e94fa1bf8ee6886d3b780a.zip jquery-once-4e47cb9089340aa069e94fa1bf8ee6886d3b780a.tar.gz jquery-once-4e47cb9089340aa069e94fa1bf8ee6886d3b780a.tar.bz2 |
Remove dependency on Grunt for eslint and uglifyjs
Diffstat (limited to 'jquery.once.js')
-rw-r--r-- | jquery.once.js | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/jquery.once.js b/jquery.once.js index 4664218..1f770c1 100644 --- a/jquery.once.js +++ b/jquery.once.js @@ -1,10 +1,8 @@ /*! - * jQuery Once 2.0.0-alpha.9 - * http://github.com/robloach/jquery-once - * - * Dual licensed under the MIT and GPL licenses: - * http://www.opensource.org/licenses/mit-license.php - * http://www.gnu.org/licenses/gpl.html + * jQuery Once v2.0.0-alpha.9 - http://github.com/robloach/jquery-once + * @license MIT, GPL-2.0 + * http://opensource.org/licenses/MIT + * http://opensource.org/licenses/GPL-2.0 */ /** |