Skip to content

Commit 851b830

Browse files
RobinCKshockey
authored andcommitted
doc: fix browser example (#1259)
1 parent 28fbea2 commit 851b830

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ var swaggerClient = new SwaggerClient(specUrl)
221221
// you may return more promises, if necessary
222222
}, function (reason) {
223223
console.error("failed on API call " + reason);
224-
});
225-
})
224+
});
226225
</script>
227226
</head>
228227
<body>

0 commit comments

Comments
 (0)