From 3823b1230dcabfd29f1d1e6c09de12956291f2ce Mon Sep 17 00:00:00 2001 From: changev <466035088@qq.com> Date: Mon, 1 Aug 2016 21:24:00 -0400 Subject: [PATCH 1/2] test --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 4c287541a..ca8660c07 100644 --- a/index.js +++ b/index.js @@ -2,6 +2,8 @@ "use strict"; + + var _ = require('lodash'), /* jshint ignore: line */ _di = require('di'), onCore = require('on-core'), From 46d786f253ba1338c6619539dd1a75ef57790aea Mon Sep 17 00:00:00 2001 From: changev <466035088@qq.com> Date: Tue, 2 Aug 2016 05:18:27 -0400 Subject: [PATCH 2/2] test --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index ca8660c07..255bd2641 100644 --- a/index.js +++ b/index.js @@ -1,9 +1,6 @@ // Copyright 2015, EMC, Inc. "use strict"; - - - var _ = require('lodash'), /* jshint ignore: line */ _di = require('di'), onCore = require('on-core'),