diff --git a/src/lang/string.js b/src/lang/string.js index 2867c05..f50e570 100644 --- a/src/lang/string.js +++ b/src/lang/string.js @@ -201,7 +201,7 @@ Object.extend(String.prototype, (function() { } function empty() { - return this === ''; + return this == ''; } function blank() {