mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
refactor(files) add strict
This commit is contained in:
parent
c4e53d623c
commit
36cdd97aca
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
var Util, DOM;
|
||||
|
||||
(function(Util, DOM) {
|
||||
'use strict';
|
||||
|
||||
var DOMProto = Object.getPrototypeOf(DOM);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue