Bug 1239276 - Add missing parenthese in test_protocol_async.js r=me. CLOSED TREE

This commit is contained in:
Alexandre Poirot 2016-01-28 11:50:10 -08:00
parent 5451d27190
commit f00f8e8a1f

View File

@ -97,7 +97,7 @@ function run_test()
let client = new DebuggerClient(trace);
let rootClient;
client.connect().then([applicationType, traits]) => {
client.connect().then(([applicationType, traits]) => {
rootClient = RootFront(client);
let calls = [];