Skip to content

Commit

Permalink
Merge file
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Sep 27, 2016
1 parent 968c080 commit d66523b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions public/src/js/blocker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ var config = require('./../../../common/config'),
util = require('./blocker/util'),
boot = require('./blocker/boot'),
load = require('./blocker/load'),
play = (config.isOnline)
? require('./blocker/play.online')
: require('./blocker/play.offline');
play = require('./blocker/play');

module.exports = {
Util: util,
Expand Down
File renamed without changes.
Empty file.

0 comments on commit d66523b

Please sign in to comment.