Skip to content

Commit

Permalink
build: package
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Nov 8, 2018
1 parent 2336640 commit a0fe79d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/cube.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6839,7 +6839,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
}

var Cube = {
version: "1.12.0",
version: "1.12.1",
install: install,
BScroll: _module.BetterScroll,
createAPI: _module.createAPI
Expand Down Expand Up @@ -22855,7 +22855,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
methods: {
checkPromiseCompatibility: function checkPromiseCompatibility() {
if ((0, _util.isUndef)(window.Promise)) {
(0, _debug.warning)(PROMISE_ERROR);
(0, _debug.warn)(PROMISE_ERROR);
}
},
init: function init() {
Expand Down
2 changes: 1 addition & 1 deletion lib/recycle-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2686,7 +2686,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
methods: {
checkPromiseCompatibility: function checkPromiseCompatibility() {
if ((0, _util.isUndef)(window.Promise)) {
(0, _debug.warning)(PROMISE_ERROR);
(0, _debug.warn)(PROMISE_ERROR);
}
},
init: function init() {
Expand Down
Loading

0 comments on commit a0fe79d

Please sign in to comment.