Commit graph

3 commits

Author SHA1 Message Date
John Du Hart
f7953c4112 Follow-up r95445, fix for IE6-7 no supporting display-inline. Removes alt attribute left over from using the img tag 2011-08-24 21:55:11 +00:00
Krinkle
1473e98382 jquery.spinner: Fix small issues
(Follows-up r95445)
* Using the same spinner as before, preserving svn history (20px vs. 16px)
* Adding a line-break at the end of file and changing indentation per our conventions
* Adjusting doc to reflect the plugin itself instead of what it replaces.
* Using shorthand utility in jQuery (no / and using the attr-object as second argument)
* Adding @return comment to $.fn.injectSpinner
* Adding return statement to $.removerSpinner (returning a jQuery object of the element). Could be useful, but better than not having a return value at all.

JSHint:
* Adding parentheses around the class object property, otherwise it may be interpreted as a class operator which breaks the object.
2011-08-24 21:37:59 +00:00
John Du Hart
3b4e0b46e9 (bug 30499) Create jQuery replacements for injectSpinner and removeSpinner 2011-08-24 21:08:39 +00:00