add use strict to fireworks
This commit is contained in:
parent
9f80f240a9
commit
fac11b8add
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
/*global require, Packages, module*/
|
||||
var items = require('items');
|
||||
var Canary = Packages.net.canarymod.Canary;
|
||||
var cmFireworkHelper = Packages.net.canarymod.api.inventory.helper.FireworkHelper;
|
||||
|
|
Reference in a new issue