mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-19 22:39:53 +01:00
🐛 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) {
|
||||
// return window[file.replace(/^\.[\/\\]/,'').replace(/.js$/,'')];
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue