forked from mirrors/webxoss-core
🐛 use strict in dango.js
This commit is contained in:
parent
a9a347f19b
commit
69220f14ea
1 changed files with 2 additions and 0 deletions
2
dango.js
2
dango.js
|
@ -1,3 +1,5 @@
|
||||||
|
'use strict'
|
||||||
|
|
||||||
// function require (file) {
|
// function require (file) {
|
||||||
// return window[file.replace(/^\.[\/\\]/,'').replace(/.js$/,'')];
|
// return window[file.replace(/^\.[\/\\]/,'').replace(/.js$/,'')];
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in a new issue