docs($q): fix missing bracket in the example

This commit is contained in:
Uri Goldshtein 2012-09-12 19:05:26 +03:00 committed by Pawel Kozlowski
parent 1fe666192b
commit 1f5bc0a1cd

View file

@ -42,7 +42,7 @@
* alert('Success: ' + greeting); * alert('Success: ' + greeting);
* }, function(reason) { * }, function(reason) {
* alert('Failed: ' + reason); * alert('Failed: ' + reason);
* ); * });
* </pre> * </pre>
* *
* At first it might not be obvious why this extra complexity is worth the trouble. The payoff * At first it might not be obvious why this extra complexity is worth the trouble. The payoff