You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, awesome library and great idea. Second, you should use another namespace other than the Ti namespace. Anything with the Ti namespace is subject to change and could break anything you try to add to it. Don't look at it as a true javascript object.
I recommend doing this as a CommonJS module so a user can require() it and call it whatever he wants (while protecting the module's scope).
Great job on this.
The text was updated successfully, but these errors were encountered:
Yeah not to mention currently Ti.include is actually already deprecated. CommonJS module is a must. Great library though. Probably someone else has to pick up the work here.
First, awesome library and great idea. Second, you should use another namespace other than the Ti namespace. Anything with the Ti namespace is subject to change and could break anything you try to add to it. Don't look at it as a true javascript object.
I recommend doing this as a CommonJS module so a user can require() it and call it whatever he wants (while protecting the module's scope).
Great job on this.
The text was updated successfully, but these errors were encountered: