🐛 use strict in dango.js

This commit is contained in:
WEBXOSS 2017-07-20 21:49:59 +08:00
parent a9a347f19b
commit 69220f14ea

View file

@ -1,3 +1,5 @@
'use strict'
// function require (file) {
// return window[file.replace(/^\.[\/\\]/,'').replace(/.js$/,'')];
// }