I'd like to override Backbone.sync but also have the original Backbone.sync functionality run after my additions. I guess kind of like calling super on a superclass in Java. Is there a way to do this other than copying all the previous code over?
以上就是Override Backbone.sync but save its previous functionality的详细内容,更多请关注web前端其它相关文章!