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

View file

@ -8,16 +8,16 @@
<option es3="false" />
<option forin="true" />
<option immed="true" />
<option latedef="true" />
<option newcap="true" />
<option noarg="true" />
<option noempty="false" />
<option nonew="true" />
<option plusplus="false" />
<option undef="true" />
<option unused="true" />
<option strict="true" />
<option trailing="false" />
<option latedef="true" />
<option unused="true" />
<option quotmark="single" />
<option maxdepth="3" />
<option asi="false" />

View file

@ -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 });