BUGFIX Fixed missing comma in LeftAndMain.AddForm

This commit is contained in:
Sean Harvey 2012-05-22 14:57:30 +12:00
parent c30ae6711e
commit ce7a96b116
2 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,7 @@
}, },
onunmatch: function() { onunmatch: function() {
this._super(); this._super();
} },
/** /**
* Function: onsubmit * Function: onsubmit

View File

@ -640,7 +640,6 @@ jQuery.noConflict();
onunmatch: function() { onunmatch: function() {
this._super(); this._super();
}, },
redrawTabs: function() { redrawTabs: function() {
this.rewriteHashlinks(); this.rewriteHashlinks();