You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ For use in NodeJS, the `Module`, `Loader` and `System` globals are provided as e
284
284
index.js:
285
285
```javascript
286
286
var System =require('es6-module-loader').System;
287
-
287
+
288
288
System.import('some-module').then(function(m) {
289
289
console.log(m.p);
290
290
});
@@ -415,7 +415,7 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated
415
415
## Credit
416
416
Copyright (c) 2014 Luke Hoban, Addy Osmani, Guy Bedford
417
417
418
-
ES6 Promises integration from [when.js](https://github.com/cujojs/when/blob/master/docs/es6-promise-shim.md), Copyright (c) 2010-2014 Brian Cavalier, John Hann, MIT License
418
+
ES6 Promises integration from [es6-promise](https://github.com/jakearchibald/es6-promise).
0 commit comments