backbone.js

backbone view events

I started getting acquainted with backbone with the book " Developing Backbone.js Applications" Addy Osmani. There is an exam ... add':'addBook' }, Doesn't work? Although the delete event was created in a similar way for book, it it works perfectly.

Underscores in variables and methods

I work with python and javascript, and often see variables, functions, or methods in someone else's code that start with an u ... ods, and leave some without underscores. Are there any unspoken rules for this design, or do I read the documentation poorly?

Using Fabric.js and Marionette.js

Tell me how to use Fabric.js in Marionette.js 2.4.7 ? Returns the error " have error "Cannot create property 'style' on str ... } }); }); Code index.ejs <canvas id="constructor" width="300" height="300"></canvas>