You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to get backbone.d3 to work with the latest release of Backbone.js.
As from Backbone.js 1.1.0 I get an error in Underscore.js:
// Fill in a given object with default properties._.defaults=function(obj){each(slice.call(arguments,1),function(source){if(source){for(varpropinsource){// ERROR: obj is undefined (line 854 in Underscore.js 1.5.2; l. 881 in 1.6.0)if(obj[prop]===void0)obj[prop]=source[prop];}}});returnobj;};
Unfortunately, I have not been capable to solve the problem on my own, yet.
The text was updated successfully, but these errors were encountered:
I am not able to get backbone.d3 to work with the latest release of Backbone.js.
As from Backbone.js 1.1.0 I get an error in Underscore.js:
Unfortunately, I have not been capable to solve the problem on my own, yet.
The text was updated successfully, but these errors were encountered: