Skip to content

Commit f124391

Browse files
mrmarcsmithflovilmart
authored andcommitted
1 parent 15ece68 commit f124391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ With native promises, the constructor is different, you will need to update to t
5454

5555
```js
5656
// before
57-
const promise = new Promise();
57+
const promise = new Parse.Promise();
5858
doSomethingAsync((error, success) => {
5959
if (error) { promise.reject(error); }
6060
else { promise.resolve(success); }

0 commit comments

Comments
 (0)