Skip to content

Commit

Permalink
Merge branch 'gdub22-master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lawitschka committed Aug 17, 2015
2 parents 9d99d18 + 38fa849 commit 58b48ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

module.exports = {
name: 'ember-cli-fastclick',

isEnabled: function() {
return !process.env.EMBER_CLI_FASTBOOT;
},

included: function(app) {
this._super.included(app);

Expand Down

0 comments on commit 58b48ec

Please sign in to comment.