We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ece68 commit f124391Copy full SHA for f124391
2.0.0.md
@@ -54,7 +54,7 @@ With native promises, the constructor is different, you will need to update to t
54
55
```js
56
// before
57
-const promise = new Promise();
+const promise = new Parse.Promise();
58
doSomethingAsync((error, success) => {
59
if (error) { promise.reject(error); }
60
else { promise.resolve(success); }
0 commit comments