mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-05 05:15:48 +00:00
Add missing semicolon in example
This commit is contained in:
@@ -37,7 +37,7 @@ This file provides step-by-step walkthroughs for some of the most common usages
|
|||||||
servers: [
|
servers: [
|
||||||
{ host: 's-west.ripple.com', port: 443, secure: true }
|
{ host: 's-west.ripple.com', port: 443, secure: true }
|
||||||
]
|
]
|
||||||
}
|
};
|
||||||
|
|
||||||
var remote = new Remote(options);
|
var remote = new Remote(options);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user