Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Aug 23, 2012
1 parent 2457f5f commit ce60a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hieroglyphy.js
Expand Up @@ -43,7 +43,7 @@
"9" : "(" + numbers[9] + "+[])" "9" : "(" + numbers[9] + "+[])"
}; };


_object_Object = "{}+[]"; _object_Object = "[]+{}";
_NaN = "+{}+[]"; _NaN = "+{}+[]";
_true = "!![]+[]"; _true = "!![]+[]";
_false = "![]+[]"; _false = "![]+[]";
Expand Down

0 comments on commit ce60a7b

Please sign in to comment.