Get rid of freeze property for now - it's not adding value.

This commit is contained in:
Davis W. Frank
2014-01-10 10:23:14 -08:00
parent c8ffa6000b
commit 2670bb40a7

View File

@@ -1,7 +1,6 @@
{
"bitwise": true,
"curly": true,
"freeze": true,
"immed": true,
"newcap": true,
"trailing": true,