diff options
author | Rob Loach <robloach@gmail.com> | 2014-10-08 19:30:44 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-10-08 19:30:44 -0400 |
commit | 9a49c9221b2f298386c3874789e6a7951cfd15cf (patch) | |
tree | c1c3f89d3fddbddc68a9a92165d30e972b6dd52b /jquery.once.js | |
parent | a10ba8f605279314a3bac2f5c61c7b6fea98ab88 (diff) | |
download | jquery-once-9a49c9221b2f298386c3874789e6a7951cfd15cf.zip jquery-once-9a49c9221b2f298386c3874789e6a7951cfd15cf.tar.gz jquery-once-9a49c9221b2f298386c3874789e6a7951cfd15cf.tar.bz2 |
Fix whitespace
Diffstat (limited to 'jquery.once.js')
-rw-r--r-- | jquery.once.js | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/jquery.once.js b/jquery.once.js index c6e48b3..98f9b24 100644 --- a/jquery.once.js +++ b/jquery.once.js @@ -1,10 +1,10 @@ /*! - * @file jQuery Once - * @description Act on jQuery elements only once. - * @version 2.0.0-alpha.6 - * @link http://github.com/robloach/jquery-once - * @author Rob Loach (http://robloach.net) - * @license MIT, GPL-2.0 + * jQuery Once 2.0.0-alpha.6 + * 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 */ (function (factory) { @@ -30,6 +30,7 @@ * When id is not provided, it becomes a unique identifier, depicted as a * number. The element's data id will then be represented in the form of * "jquery-once-#". + * * @returns jQuery element collection of elements that have now run once by * the given id. * |