From 69220f14ea9c69e9c285a7fa26a99785e6310711 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Thu, 20 Jul 2017 21:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20use=20strict=20in=20dango.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dango.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dango.js b/dango.js index 9725ab3..6075e05 100644 --- a/dango.js +++ b/dango.js @@ -1,3 +1,5 @@ +'use strict' + // function require (file) { // return window[file.replace(/^\.[\/\\]/,'').replace(/.js$/,'')]; // }