Skip to content

Commit

Permalink
update 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Feb 6, 2018
1 parent f788253 commit 625973e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ function mixin (methods) {
return core.objectAssign(XEUtils, methods)
}

var a = ''; core.each(core, function (c, k) { a += k + ': ' + k + ', ' }); console.log(a)
var b = ''; core.each(browse, function (c, k) { b += k + ': ' + k + ', ' }); console.log(b)

mixin(core)
mixin(browse)
XEUtils.mixin = mixin
Expand Down

0 comments on commit 625973e

Please sign in to comment.