Skip to content

Commit

Permalink
Merge pull request #229 from Synbiota/feature/issue227-2
Browse files Browse the repository at this point in the history
Tentative fix for #227
  • Loading branch information
alexandremeunier committed Jul 29, 2015
2 parents e28abd3 + 6781cd2 commit 4c8486a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/scripts/common/lib/backbone.mixed.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ require('backbone-deep-model');
require('backbone.layoutmanager/backbone.layoutmanager');
Backbone.LocalStorage = require('backbone.localstorage');

Backbone.ajaxSync = _.noop();

Backbone.View.prototype.parentView = function(depth) {
var parent;
depth = depth || 1;
Expand Down

0 comments on commit 4c8486a

Please sign in to comment.