diff options
author | Jose Antonio Marquez | 2012-07-23 17:15:47 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-07-23 17:15:47 -0700 |
commit | 6908422084dbfef5420e1a9ce584d56aad9a2c14 (patch) | |
tree | c5e74cc54e1d4d38ee08378998ce1c93453489b3 /js/lib/NJUtils.js | |
parent | afc7ad4f240fdf7890a79c2d4d7f8eb2e7c30a34 (diff) | |
parent | a3f04ac0a68e428017dc51a1ba28c33f250adaf6 (diff) | |
download | ninja-6908422084dbfef5420e1a9ce584d56aad9a2c14.tar.gz |
Merge branch 'refs/heads/Ninja-Master' into Document
Diffstat (limited to 'js/lib/NJUtils.js')
-rwxr-xr-x | js/lib/NJUtils.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib/NJUtils.js b/js/lib/NJUtils.js index cfb7ef07..bca9b05b 100755 --- a/js/lib/NJUtils.js +++ b/js/lib/NJUtils.js | |||
@@ -241,6 +241,7 @@ exports.NJUtils = Montage.create(Component, { | |||
241 | // 100px will return the following array: [100, px] | 241 | // 100px will return the following array: [100, px] |
242 | getValueAndUnits: { | 242 | getValueAndUnits: { |
243 | value: function(input) { | 243 | value: function(input) { |
244 | if (!input) return [null, null]; | ||
244 | var numberValue = parseFloat(input); | 245 | var numberValue = parseFloat(input); |
245 | 246 | ||
246 | // Ignore all whitespace, digits, negative sign and "." when looking for units label | 247 | // Ignore all whitespace, digits, negative sign and "." when looking for units label |