Skip to content

Commit a0fe79d

Browse files
committed
build: package
1 parent 2336640 commit a0fe79d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lib/cube.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6839,7 +6839,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
68396839
}
68406840

68416841
var Cube = {
6842-
version: "1.12.0",
6842+
version: "1.12.1",
68436843
install: install,
68446844
BScroll: _module.BetterScroll,
68456845
createAPI: _module.createAPI
@@ -22855,7 +22855,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
2285522855
methods: {
2285622856
checkPromiseCompatibility: function checkPromiseCompatibility() {
2285722857
if ((0, _util.isUndef)(window.Promise)) {
22858-
(0, _debug.warning)(PROMISE_ERROR);
22858+
(0, _debug.warn)(PROMISE_ERROR);
2285922859
}
2286022860
},
2286122861
init: function init() {

lib/recycle-list/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
26862686
methods: {
26872687
checkPromiseCompatibility: function checkPromiseCompatibility() {
26882688
if ((0, _util.isUndef)(window.Promise)) {
2689-
(0, _debug.warning)(PROMISE_ERROR);
2689+
(0, _debug.warn)(PROMISE_ERROR);
26902690
}
26912691
},
26922692
init: function init() {

0 commit comments

Comments
 (0)