diff options
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r-- | app/assets/javascripts/cable.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/cable.js b/app/assets/javascripts/cable.js index 71ee1e66d..03258761c 100644 --- a/app/assets/javascripts/cable.js +++ b/app/assets/javascripts/cable.js @@ -3,7 +3,6 @@ // //= require action_cable //= require_self -//= require_tree ./channels (function() { this.App || (this.App = {}); |