Skip to content

Commit

Permalink
Supply correct default Uniform.template() implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed Nov 26, 2012
1 parent 3f12ad5 commit cb98bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uniform.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Uniform
events: -> {}

# The template, blank by default
template: -> ''
template: (built) -> built ''

# Build the template if @el isn't set or is empty
build_template: (callback) ->
Expand Down

0 comments on commit cb98bd1

Please sign in to comment.