Skip to content

Commit

Permalink
1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Apr 24, 2018
1 parent 66fefd8 commit ad24367
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions dist/xe-utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* xe-utils.js v1.5.14
* xe-utils.js v1.5.15
* (c) 2017-2018 Xu Liangzhan
* ISC License.
* @preserve
Expand All @@ -13,7 +13,7 @@

function XEUtils () { }

XEUtils.version = '1.5.14'
XEUtils.version = '1.5.15'
XEUtils.mixin = function (methods) {
return Object.assign(XEUtils, methods)
}
Expand Down Expand Up @@ -868,6 +868,7 @@
var baseExports = {
isNaN: isNaN,
isFinite: isFinite,
isArray: isArray,
isFloat: isFloat,
isInteger: isInteger,
isFunction: isFunction,
Expand Down
Loading

0 comments on commit ad24367

Please sign in to comment.