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 -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -