bug fix for order completed

This commit is contained in:
Yan
2017-06-12 20:11:37 +06:30
parent 562c93dee7
commit 1d1a913732
6 changed files with 49 additions and 32 deletions

View File

@@ -6,9 +6,9 @@
//= require_tree ./channels
// Temp Disable
// (function() {
// this.App || (this.App = {});
(function() {
this.App || (this.App = {});
// App.cable = ActionCable.createConsumer();
App.cable = ActionCable.createConsumer();
// }).call(this);
}).call(this);