string.js rewrite.
This commit is contained in:
parent
f788cf7048
commit
cd0734b8a7
|
@ -201,7 +201,7 @@ Object.extend(String.prototype, (function() {
|
|||
}
|
||||
|
||||
function empty() {
|
||||
return this === '';
|
||||
return this == '';
|
||||
}
|
||||
|
||||
function blank() {
|
||||
|
|
Loading…
Reference in New Issue