Skip to content

Commit

Permalink
Bug 984365 - Use toolkit promises no SDK promises
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalker committed Apr 3, 2014
1 parent 430384e commit bf047c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions toolkit/devtools/gcli/source/lib/gcli/util/promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@

'use strict';

var Cu = require('chrome').Cu;
module.exports = exports =
Cu.import('resource://gre/modules/commonjs/sdk/core/promise.js', {}).Promise;
module.exports = exports = require('resource://gre/modules/Promise.jsm').Promise;

0 comments on commit bf047c3

Please sign in to comment.