Commit 244cdd5e authored by Tristan Cavelier's avatar Tristan Cavelier

testXHTML: javascript lint

parent 1e470324
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
if (!form_gadget.state.read_activity_list_url) { if (!form_gadget.state.read_activity_list_url) {
// renderjs has not yet been called // renderjs has not yet been called
// gadget doesn't know which URL to call // gadget doesn't know which URL to call
return; return undefined;
} }
return new RSVP.Queue() return new RSVP.Queue()
.push(function () { .push(function () {
......
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