Skip to content

Commit

Permalink
Cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Feb 6, 2012
1 parent 0927e73 commit 5d4bf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vacuum/response.coffee
Expand Up @@ -27,7 +27,7 @@ class Response
key = child.name()
if key is 'text'
val = child.text()
if Object.keys(obj).length == 0
if Object.keys(obj).length is 0
obj = val
else
obj['__content'] = val
Expand Down

0 comments on commit 5d4bf40

Please sign in to comment.