-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Getting:
lib.coffee:1131 Uncaught ReferenceError: meteorBabelHelpers is not defined
seems to be related to
https://github.com/peerlibrary/meteor-subscription-scope/pull/3/files
and
https://forums.meteor.com/t/meteor-1-8-2-beta-17-referenceerror-meteorbabelhelpers-is-not-defined/50097/6
I changed it to...
fields = Object.keys(Blaze.TemplateInstance.prototype)
blazeComponentMethods = Object.keys(BlazeComponent.prototype)
for i in [0...fields.length]
methodName = fields[i]
if methodName in blazeComponentMethods
continue
method = Blaze.TemplateInstance.prototype[methodName]
do (methodName, method) ->
...
But it seems like there's some other uses of that loop in there... not sure if that will be enough for all cases...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels