add UserWhitespacable alias to Property

This commit is contained in:
Sebastian McKenzie 2014-11-07 12:32:31 +11:00
parent c054ff7bbb
commit c0e6cda071

View File

@ -21,5 +21,7 @@
"ForStatement": ["For"],
"ObjectPattern": ["Pattern"],
"ArrayPattern": ["Pattern"]
"ArrayPattern": ["Pattern"],
"Property": ["UserWhitespacable"]
}