mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-08 13:44:25 +02:00
before tests
This commit is contained in:
parent
f34c606d87
commit
565142048c
4 changed files with 20 additions and 31 deletions
|
@ -33,12 +33,6 @@ var CommandEntryCollection = Backbone.Collection.extend({
|
|||
localStorage: (Backbone.LocalStorage) ? new Backbone.LocalStorage('CommandEntries') : null
|
||||
});
|
||||
|
||||
if (Backbone.LocalStorage) {
|
||||
console.log('local storage there');
|
||||
} else {
|
||||
console.log('not htere');
|
||||
}
|
||||
|
||||
var CommandBuffer = Backbone.Model.extend({
|
||||
defaults: {
|
||||
collection: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue