Skip to content
Snippets Groups Projects
Commit fbc72e11 authored by Cam Saul's avatar Cam Saul
Browse files

Test fix :wrench:

parent 90eadaf2
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ var MetabaseUtils = {
},
isEmpty: function(str) {
return (str == null || 0 === str.length || str.match(/^\s+$/));
return (str == null || 0 === str.length || str.match(/^\s+$/) != null);
},
// pretty limited. just does 0-9 for right now.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment