Skip to content

Commit

Permalink
Fix for incorrect initializer on views.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnolan committed Apr 26, 2011
1 parent cf9d9c1 commit 4474bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/models/model.coffee
@@ -1,5 +1,5 @@
class <%= model.capitalize() %> extends Backbone.Model
initializer: ->
initialize: ->
# ...

@<%= model.capitalize() %> = <%= model.capitalize() %>

0 comments on commit 4474bb5

Please sign in to comment.