Make sure that calling .width(num) or .height(num) on an empty set returns the empty...
authorJohn Resig <jeresig@gmail.com>
Thu, 10 Dec 2009 05:58:29 +0000 (21:58 -0800)
committerJohn Resig <jeresig@gmail.com>
Thu, 10 Dec 2009 05:58:29 +0000 (21:58 -0800)
commita5f8a1441158b66efb76de1d15f061f87f7bdc17
tree179d7723da7c747771594cc5a5669b3d3bdb333a
parent715d1c5a30cc4986018bbf063713f14c34c3e258
Make sure that calling .width(num) or .height(num) on an empty set returns the empty set. Fixes #5600.
src/dimensions.js
test/unit/dimensions.js