Skip to content

Commit

Permalink
refactor(empower): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Aug 14, 2014
1 parent 5092b5a commit 2295cfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/empower.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ var escallmatch = _dereq_('escallmatch'),
extend = _dereq_('xtend/mutable'),
capturable = _dereq_('./capturable'),
decorate = _dereq_('./decorate'),
slice = Array.prototype.slice,
isPhantom = typeof window !== 'undefined' && typeof window.callPhantom === 'function';


Expand Down
1 change: 0 additions & 1 deletion lib/decorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var escallmatch = require('escallmatch'),
extend = require('xtend/mutable'),
capturable = require('./capturable'),
decorate = require('./decorate'),
slice = Array.prototype.slice,
isPhantom = typeof window !== 'undefined' && typeof window.callPhantom === 'function';


Expand Down

0 comments on commit 2295cfd

Please sign in to comment.