Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Jun 17, 2013
1 parent cc8a292 commit 4738b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangojs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def as_dict(self):
if hasattr(self, handler_name):
handler = getattr(self, handler_name)
data[key] = handler(value, data)
elif isinstance(value, SERIALZABLE_TYPES):
elif isinstance(value, SERIALIZABLE_TYPES):
data[key] = value
if settings.JS_USER_ENABLED:
self.handle_user(data)
Expand Down

0 comments on commit 4738b19

Please sign in to comment.