TAPevents / tap-i18n-db

MIT License
51 stars 17 forks source link

Compatibility with packages that initiate collections with their own prefix? #31

Open krishaamer opened 8 years ago

krishaamer commented 8 years ago

Hello,

So TAP initiates collections with TAPi18n.Collection("something"); however some other packages like for example Orion / Scorpius, etc also want to initiate collections with their own prefix i.e. Scorpius.Collection("something"). Is there a way around this in javascript so such packages could be used together?

Thanks, Kris