Fixed a copy pasta error for SAB history

This commit is contained in:
Mark McDowall
2014-02-17 17:57:20 -08:00
parent 6b389d2643
commit f9312eb3e5
8 changed files with 9 additions and 11 deletions
@@ -26,9 +26,7 @@ define([
this.model.set({
id : undefined,
name : this.model.get('implementationName'),
onGrab : true,
onDownload : true,
onUpgrade : true
enable : true
});
var editView = new EditView({ model: this.model, downloadClientCollection: this.downloadClientCollection });