diff options
author | Rob Loach <robloach@gmail.com> | 2014-11-03 00:20:08 -0800 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-11-03 00:20:08 -0800 |
commit | ad87ba262b4ae6b64e31b10ef9bced5168d8e467 (patch) | |
tree | d9e3e73082c096c9755de0ba9158e2a166e01f31 /jquery.once.js | |
parent | 31d7ad9ddaf71321ca44ddc27880e5f0a2653f6c (diff) | |
download | jquery-once-ad87ba262b4ae6b64e31b10ef9bced5168d8e467.zip jquery-once-ad87ba262b4ae6b64e31b10ef9bced5168d8e467.tar.gz jquery-once-ad87ba262b4ae6b64e31b10ef9bced5168d8e467.tar.bz2 |
Add CoffeeScript Linting
Diffstat (limited to 'jquery.once.js')
-rw-r--r-- | jquery.once.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jquery.once.js b/jquery.once.js index 593010e..5deed57 100644 --- a/jquery.once.js +++ b/jquery.once.js @@ -31,3 +31,5 @@ }); }).call(this); + +//# sourceMappingURL=jquery.once.js.map |