From cd6af011e2b57af861ebf94f90cbdf81c0174a81 Mon Sep 17 00:00:00 2001 From: Eric Atienza Date: Mon, 6 Apr 2015 18:54:14 +0200 Subject: [PATCH] innerWidth: return type unified all dimensions have a return type "Number" but innerWidth. --- entries/innerWidth.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/innerWidth.xml b/entries/innerWidth.xml index 3356884d..a04640d4 100644 --- a/entries/innerWidth.xml +++ b/entries/innerWidth.xml @@ -1,7 +1,7 @@ Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element. - + .innerWidth() 1.2.6