Skip to content

Commit

Permalink
fix(index): remove redundant var
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblom committed Jun 14, 2016
1 parent 5335e52 commit 1d08e1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = {
},

contentFor: function (type) {
var is = this._isTargetCordova();
if (this._isTargetCordova() && type === 'body') {
return '<script src="cordova.js"></script>';
}
Expand Down
6 changes: 0 additions & 6 deletions testem.json

This file was deleted.

0 comments on commit 1d08e1a

Please sign in to comment.