File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Set of AMD plugins for RequireJS. It contains the following plugins:
7
7
* [ i18n] ( #i18n )
8
8
* [ jquery] ( #jquery )
9
9
* [ maybe] ( #maybe )
10
+ * [ Promise] ( #promise )
10
11
11
12
## Status
12
13
@@ -61,3 +62,9 @@ See [docs/jquery.md](./docs/jquery.md) for documentation.
61
62
This plugin allows to require modules that may or may not exist.
62
63
63
64
See [ docs/maybe.md] ( ./docs/maybe.md ) and [ samples/maybe.html] ( ./samples/maybe.html ) for documentation and sample.
65
+
66
+ ## Promise
67
+ This plugin provides an ES6 Promise implementation. If the browser does not provide ES6 Promise, it provides a shim.
68
+
69
+ See [ docs/Promise.md] ( ./docs/Promose.md ) for documentation.
70
+
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ Requirejs-dplugins provides a set of AMD plugins compatible with requirejs and g
10
10
* [ i18n] ( i18n.md ) - provides an API to handle string translation.
11
11
* [ jquery] ( jquery.md ) - loads the jquery modules if they are not loaded already.
12
12
* [ maybe] ( maybe.md ) - requires modules that may or may not exist.
13
+ * [ Promise] ( Promise.md ) - provides ES6 Promise implementation.
You can’t perform that action at this time.
0 commit comments