Resolved a typo in the backform.pgadmin.js, while extending the

Backform.Control.prototype.render(..) function.
This commit is contained in:
Ashesh Vashi 2016-01-04 19:27:51 +05:30
parent ec7e98e6a7
commit cd40a07ac3

View File

@ -161,7 +161,6 @@
* values properly.
*/
Backform.Control.prototype.render = function() {
render: function() {
var field = _.defaults(this.field.toJSON(), this.defaults),
attributes = this.model.toJSON(),
attrArr = field.name.split('.'),