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/4] 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/4] 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'), From cc4c1f5f3ae0410a49d52fa385692c8cf7300954 Mon Sep 17 00:00:00 2001 From: changev <466035088@qq.com> Date: Tue, 2 Aug 2016 05:47:34 -0400 Subject: [PATCH 3/4] test --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 255bd2641..ff18249fc 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ // Copyright 2015, EMC, Inc. + + "use strict"; var _ = require('lodash'), /* jshint ignore: line */ _di = require('di'), From 26faa8c875099586281203ffb5733b3f9f147952 Mon Sep 17 00:00:00 2001 From: changev <466035088@qq.com> Date: Tue, 2 Aug 2016 05:51:33 -0400 Subject: [PATCH 4/4] test --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index ff18249fc..255bd2641 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,5 @@ // Copyright 2015, EMC, Inc. - - "use strict"; var _ = require('lodash'), /* jshint ignore: line */ _di = require('di'),