docs(guide/providers): fix example snippet

Closes #6331
Closes #6332
This commit is contained in:
Igor Minar
2014-02-18 19:31:19 -08:00
parent a3f70172ef
commit 1523fc7e6d

View File

@@ -150,7 +150,7 @@ custom type:
function UnicornLauncher(apiToken) {
this.launchedCount = 0;
this.launch() {
this.launch = function() {
// make a request to the remote api and include the apiToken
...
this.launchedCount++;