[build][xs]: build.

This commit is contained in:
Rufus Pollock 2013-06-02 19:06:17 +01:00
parent b4f4c989cc
commit 26a2a36c60

4
dist/recline.js vendored
View File

@ -3367,10 +3367,6 @@ my.MultiView = Backbone.View.extend({
// note this.model and dataset returned are the same
// TODO: set query state ...?
this.model.queryState.set(self.state.get('query'), {silent: true});
this.model.fetch()
.fail(function(error) {
self.notify({message: error.message, category: 'error', persist: true});
});
},
setReadOnly: function() {