Fixed merge weirdness

pull/210/head
Stephen Moore 2012-09-07 14:09:10 -04:00
parent b58ed8b616
commit ea16f4e2b6
1 changed files with 1 additions and 12 deletions

View File

@ -463,18 +463,6 @@
$(this.el).html(this.template(this.model.toJSON()));
return this;
},
postRender:function() {
this.toggleRequireClientSecret();
this.previewLogo();
}
});
var URLListView = Backbone.View.extend({
var _self = this;
// build and bind registered redirect URI collection and view
@ -500,6 +488,7 @@
postRender:function() {
this.toggleRequireClientSecret();
this.previewLogo();
}
});