mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
removed some hacky things for backbone
This commit is contained in:
parent
9bdcedae12
commit
39f6353f07
5 changed files with 12 additions and 24 deletions
|
@ -1,6 +1,5 @@
|
|||
var _ = require('underscore');
|
||||
// horrible hack to get localStorage Backbone plugin
|
||||
var Backbone = (!require('../util').isBrowser()) ? Backbone = require('backbone') : Backbone = window.Backbone;
|
||||
var Backbone = require('backbone');
|
||||
|
||||
var MyError = Backbone.Model.extend({
|
||||
defaults: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue