James Wright
Results
2
issues of
James Wright
I've added a "Tab Bar" to my project and it has introduced a bug. Let's take for example a Tab Bar like this: - Home - Notes - Tasks Home...
Quick example: ``` javascript var View1 = new Backbone.View.extend({ initialize: function() { this.title = "View 1"; } }; var View2 = new Backbone.View.extend({ initialize: function() { this.options.title = "View 2";...