Remove underscores in keys in description, to allow hunting underscores in values

This commit is contained in:
Vincent Jacques
2012-05-08 07:26:46 +01:00
parent 90ff8697b7
commit c01d36a64e
8 changed files with 1534 additions and 1534 deletions
@@ -1,4 +1,4 @@
{% if method.is_mutation %}
{% if method.isMutation %}
self.__useAttributes( data )
{% endif %}