fixed some bugs related to use strict

This commit is contained in:
logsol 2014-12-22 02:43:12 +01:00
parent 2b186be8af
commit 340f05b8d9
4 changed files with 4 additions and 7 deletions

View file

@ -1,4 +1,4 @@
"use strict";
"use strict"
var GLOBALS = { context: "Channel" };
var requirejs = require('requirejs');