Skip to content

Commit f7ade07

Browse files
author
ionut.stan
committed
Conventions.
1 parent ba1b780 commit f7ade07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Browser/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
client.rpc("ping", ["Calling from html es5 client, http mode."]).then(genericTestsPromiseCatch).catch(genericTestsPromiseCatch);
8080
}
8181

82-
console.info('JSONRPC.Client instantiated as window.client.');
83-
console.info('Example call: ');
84-
console.debug('client.rpc("ping", ["Calling from browser ES5 client."]).then(console.log).catch(console.error);');
85-
console.info('The above command is known to work in at least Internet Explorer 10.');
82+
console.info("JSONRPC.Client instantiated as window.client.");
83+
console.info("Example call: ");
84+
console.debug("client.rpc('ping', ['Calling from browser ES5 client.']).then(console.log).catch(console.error);");
85+
console.info("The above command is known to work in at least Internet Explorer 10.");
8686
}
8787

8888

0 commit comments

Comments
 (0)