Revert "Viewport Size"

This commit is contained in:
Pavel Reznikov 2016-02-18 09:49:33 -08:00
commit 6e0aab4780

View file

@ -1112,7 +1112,7 @@
var height = val;
var heightUnit = 'px';
if (height && _.isString(height)) {
var match = height.match(/^([0-9]*\.[0-9]+|[0-9]+)(px|em|rem|vh|vw)?$/);
var match = height.match(/^([0-9]+)(px|em|rem)?$/);
if (!match) {
throw new Error('Invalid height');
}