* Fix issue with submit matching when argName used

This commit is contained in:
Bryan Ashby 2015-07-13 13:41:21 -06:00
parent 9f86bdd856
commit 316a9c8b7f
5 changed files with 15 additions and 12 deletions

View file

@ -214,7 +214,7 @@ View.prototype.setPropertyValue = function(propName, value) {
*/
break;
case 'submitArgName' : this.submitArgName = value; break;
case 'argName' : this.submitArgName = value; break;
}
if(/styleSGR[0-9]{1,2}/.test(propName)) {