Altered Bikes view to show a bike's task list.

Need to create a default task list for all bikes.
This commit is contained in:
Jason Denney
2013-02-09 10:00:46 -05:00
parent 545c33b953
commit cd65e34ae1
5 changed files with 37 additions and 4 deletions
@@ -6,7 +6,6 @@
var store = this.getComponent('user_logs').getStore()
store.on('load', function (store, records, operation, success){
console.log("Bitches");
this.getComponent('user_stats').updateStats();
}, this);
}