From 197b40918d4182cad9f4a1742b8049c85cc026eb Mon Sep 17 00:00:00 2001 From: Dominic Watson Date: Tue, 27 May 2014 11:47:27 +0200 Subject: [PATCH] Update jqLite.js The jQuery css() getter functionality utilises getComputedStyle() whereas jqLite only retrieves what is declared inline on an element. --- src/jqLite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jqLite.js b/src/jqLite.js index 771c4312432d..7072c222c43d 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -45,7 +45,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/) + * - [`css()`](http://api.jquery.com/css/) - Getter function only retrieves inline-styles * - [`data()`](http://api.jquery.com/data/) * - [`empty()`](http://api.jquery.com/empty/) * - [`eq()`](http://api.jquery.com/eq/)