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
ractive and backbone need to be under peerDependencies.
It might not work in browserify otherwise. x instanceof Backbone.Model may check x against a new instance of Backbone from the one the user's probably already using.
The text was updated successfully, but these errors were encountered:
ractive
andbackbone
need to be underpeerDependencies
.It might not work in browserify otherwise.
x instanceof Backbone.Model
may checkx
against a new instance ofBackbone
from the one the user's probably already using.The text was updated successfully, but these errors were encountered: