Skip to content
Snippets Groups Projects
Commit b04d718d authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Fixing the blowup when calling init's parent.

parent 2cb24ac7
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@
PageController.extend("Pickemail", {}, {
init: function(options) {
init: function(el, options) {
this._super(el, {
bodyTemplate: "pickemail.ejs",
bodyVars: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment