Skip to content

Commit

Permalink
Unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed May 14, 2015
1 parent 02abb6f commit 4380fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ class BlazeComponent extends BaseComponent
# the data context where template helpers were called. In onCreated, onRendered,
# and onDestroyed, the same as @data(). Inside a template this is the same as this.
@currentData: ->
Blaze.getData() ? undefined
Blaze.getData()

# Method should never be overridden. The implementation should always be exactly the same as class method implementation.
currentData: ->
Expand Down

0 comments on commit 4380fda

Please sign in to comment.