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,12 +1,11 @@
define([
"Server/User",
"Game/Channel/Channel",
"Server/PipeToChannel",
"Lib/Utilities/NotificationCenter",
"Game/Config/Settings"
],
function (User, Channel, PipeToChannel, Nc, Settings) {
function (User, PipeToChannel, Nc, Settings) {
"use strict";