File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ with :func:`~annotator.App.prototype.include`, and then run it using
36
36
37
37
If you want to do something (for example, load annotations from storage) when
38
38
the |App | has started, you can take advantage of the fact that
39
- :func: `~annotator.App.prototype.start ` returns a Promise _ . Extending our example
40
- above::
39
+ :func: `~annotator.App.prototype.start ` returns a :term: ` Promise ` . Extending our
40
+ example above::
41
41
42
42
var app = new annotator.App();
43
43
app.include(annotator.ui.main);
@@ -58,8 +58,6 @@ familiarise yourself with what's available to you in order to make the most of
58
58
Annotator. Next we talk about how to configure modules when you add them to your
59
59
|App |.
60
60
61
- .. _Promise : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
62
-
63
61
64
62
Configuring modules
65
63
-------------------
You can’t perform that action at this time.
0 commit comments