docs(jqLite): typo: getComputedStyles() -> getComputedStyle()

This commit is contained in:
Georgios Kalpakas
2014-10-16 09:08:07 +03:00
committed by Martin Staffa
parent 22407a9296
commit 22da294cbb

View File

@@ -44,7 +44,7 @@
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
* - [`clone()`](http://api.jquery.com/clone/)
* - [`contents()`](http://api.jquery.com/contents/)
* - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyles()`
* - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()`
* - [`data()`](http://api.jquery.com/data/)
* - [`detach()`](http://api.jquery.com/detach/)
* - [`empty()`](http://api.jquery.com/empty/)