string.js rewrite.

This commit is contained in:
Tobie Langel 2008-10-01 15:08:05 +02:00
parent f788cf7048
commit cd0734b8a7
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ Object.extend(String.prototype, (function() {
}
function empty() {
return this === '';
return this == '';
}
function blank() {