Skip to content

Commit

Permalink
refactor(es6-promise): use the npm module
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Jun 10, 2015
1 parent d8a7457 commit c3cfe5f
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 1,043 deletions.
2 changes: 1 addition & 1 deletion lib/browser/zone-microtask.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var core = require('../core');
var microtask = require('../microtask');
var browserPatch = require('../patch/browser');
var es6Promise = require('../ext/es6-promise.js');
var es6Promise = require('es6-promise');

if (global.Zone) {
console.warn('Zone already exported on window the object!');
Expand Down
Loading

0 comments on commit c3cfe5f

Please sign in to comment.