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
Remove all amd define/return and replace with import/export default.
Convert classic var Class = Backbone.Class.extend({}) to ES6 class Class extends Backbone.Class {}
The text was updated successfully, but these errors were encountered:
Remove all amd
define
/return
and replace withimport
/export default
.Convert classic
var Class = Backbone.Class.extend({})
to ES6class Class extends Backbone.Class {}
The text was updated successfully, but these errors were encountered: