I've been using your excellent plugin for years now and had a question about the header comment. The latest release has a section that reads:
You may use hoverIntent under the terms of the MIT license. Basically that
means you are free to use hoverIntent as long as this header is left intact.
Is there any chance you could come up with a shorter version for the minified code? Something like:
/*!
* hoverIntent r7 // 2013.03.11 // jQuery 1.9.1+
* http://cherne.net/brian/resources/jquery.hoverIntent.html
*
* You may use hoverIntent under the terms of the MIT license.
* Copyright 2007, 2013 Brian Cherne
**/
I'm all for well documented code, but people aren't going to be looking for user docs in a minified version of the code and the above change would cut your minified file size down by almost half.
I've been using your excellent plugin for years now and had a question about the header comment. The latest release has a section that reads:
Is there any chance you could come up with a shorter version for the minified code? Something like:
I'm all for well documented code, but people aren't going to be looking for user docs in a minified version of the code and the above change would cut your minified file size down by almost half.