Commit e5ded31f authored by Jérome Perrin's avatar Jérome Perrin

Input_viewAttachDocument: fix jslint warnings

parent 1f4175d9
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
}); });
}) })
.declareMethod("render", function (options) { .declareMethod("render", function (options) {
var gadget = this;
this.props.jio_key = options.id; this.props.jio_key = options.id;
this.props.action_definition = options.action_definition; this.props.action_definition = options.action_definition;
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment