-
Notifications
You must be signed in to change notification settings - Fork 108
Conversation
Project needs a new compilation - tried it in various ways on windows but nothing worked, thanks :)
Nice. Have you tested and found this to resolve your problem? |
@@ -393,7 +393,7 @@ as that. | |||
if (model) { | |||
responseModel = modelUpdatedWithResponse(model, modelAttributes); | |||
} else { | |||
responseModel = new collection.model(modelAttributes); | |||
responseModel = new collection.model(modelAttributes, options); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long.
Seems to me like it should. Thanks! :-) |
thanks for merging and compiling :) |
@paaddyy Glad to hear! You certainly made it easy with your PR. How long have you been using it? I have been wondering if there are any new users, with React taking over the world these days. |
Haha, I never tried React :D I think I'll give Vue a chance within the next days, seems it has the potential to combine all the best features from Angular and React. Do you still use Backbone or have you changed your "stack" too? :) I'm using it at work for three weeks now. At the moment only for local storage but within the next few weeks also for server sync. I'm excited if everthing works directly :P |
Despite the maintenance I've put in for this project, I haven't used
Backbone for 4 years.
Good luck with your project!
|
Project needs a new compilation - tried it in various ways on windows but nothing worked, thanks :)