mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed some bugs related to use strict
This commit is contained in:
parent
2b186be8af
commit
340f05b8d9
4 changed files with 4 additions and 7 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue