Skip to content

Commit

Permalink
string.js rewrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Oct 1, 2008
1 parent f788cf7 commit cd0734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/string.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Object.extend(String.prototype, (function() {
}

function empty() {
return this === '';
return this == '';
}

function blank() {
Expand Down

0 comments on commit cd0734b

Please sign in to comment.