Fixed JS indentation

This commit is contained in:
Ingo Schommer 2013-07-10 12:30:55 +02:00
parent 7bf6e89320
commit 99d242f3ae

View File

@ -16,11 +16,8 @@
},
getRequestParams: function() {
var name=this.find(':input:hidden').attr('name');
var obj={};
var name = this.find(':input:hidden').attr('name'), obj = {};
obj[name + '_SubsiteID'] = parseInt(this.subsiteID());
return obj;
}
});