Skip to content

Commit

Permalink
Even newer version of fireworm.
Browse files Browse the repository at this point in the history
  • Loading branch information
airportyh committed Aug 21, 2013
1 parent f3f40d7 commit 1292d58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/dev_mode_app.js
Expand Up @@ -131,9 +131,7 @@ App.prototype = {
}
var srcFiles = config.get('src_files') || '*.js'
self.watchFiles(srcFiles)
self.fileWatcher.crawl(function(){
if (cb) cb.call(self)
})
if (cb) cb.call(self)
})
}
, watchFiles: function(thing){
Expand Down

0 comments on commit 1292d58

Please sign in to comment.