backbone.trackit icon indicating copy to clipboard operation
backbone.trackit copied to clipboard

Backbone Uncaught reference error

Open arasan1289 opened this issue 7 years ago • 0 comments

Getting Uncaught Reference error: Backbone is not defined when i compile with r.js optimizer using grunt. But when i change the anonymous function to a AMD function i.e.,

define(['backbone'], function(Backbone) { \\Contents of function }); the code is working properly.

arasan1289 avatar Sep 06 '16 12:09 arasan1289