Using an exported variable from another Meteor package -


i'm trying wrap extension chart.js in package meteor. inside extension, author tries access global chart variable.

is exposing variable in export.js file (loaded before extension) considered proper solution?

this.chart = package['chart:chart'].chart; 


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

ruby on rails - one-to-many through referance table -

java - How to execute tasks in ExecutorService sequentially? -