BackboneJS - Utility



The utility class defines a set of methods used for implementing the backbone utility.

The following table lists down the methods which you can use to manipulate the BackboneJS-Utility

S.No. Methods & Description
1 Backbone.noConflict

It displays the original value of Backbone object and allows to store reference to a backbone.

2 Backbone.$

It allows Backbone to use particular object as DOM library.

Advertisements