Skip to content

Commit ee2dea2

Browse files
committed
add
1 parent 3069385 commit ee2dea2

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

dist/avalon.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! built in 2016-5-21:2 version 2.02 by 司徒正美 */
1+
/*! built in 2016-5-20:22 version 2.02 by 司徒正美 */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -6252,7 +6252,8 @@ return /******/ (function(modules) { // webpackBootstrap
62526252
if (byRewritePrototype.execute) {
62536253
return
62546254
}
6255-
6255+
//https://www.web-tinker.com/article/20618.html?utm_source=tuicool&utm_medium=referral
6256+
//IE6-8虽然暴露了Element.prototype,但无法重写已有的DOM API
62566257
byRewritePrototype.execute = true
62576258
var p = Node.prototype
62586259
function rewite(name, fn) {
@@ -6326,7 +6327,7 @@ return /******/ (function(modules) { // webpackBootstrap
63266327
clearInterval(checkID)
63276328
checkID = 0
63286329
}
6329-
}, 1000)
6330+
}, 700)
63306331
}
63316332
}
63326333

dist/avalon.modern.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! built in 2016-5-21:2 version 2.02 by 司徒正美 */
1+
/*! built in 2016-5-20:22 version 2.02 by 司徒正美 */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -3901,7 +3901,8 @@ return /******/ (function(modules) { // webpackBootstrap
39013901
if (byRewritePrototype.execute) {
39023902
return
39033903
}
3904-
3904+
//https://www.web-tinker.com/article/20618.html?utm_source=tuicool&utm_medium=referral
3905+
//IE6-8虽然暴露了Element.prototype,但无法重写已有的DOM API
39053906
byRewritePrototype.execute = true
39063907
var p = Node.prototype
39073908
function rewite(name, fn) {
@@ -3975,7 +3976,7 @@ return /******/ (function(modules) { // webpackBootstrap
39753976
clearInterval(checkID)
39763977
checkID = 0
39773978
}
3978-
}, 1000)
3979+
}, 700)
39793980
}
39803981
}
39813982

dist/avalon.next.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! built in 2016-5-21:2 version 2.02 by 司徒正美 */
1+
/*! built in 2016-5-20:22 version 2.02 by 司徒正美 */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -3902,7 +3902,8 @@ return /******/ (function(modules) { // webpackBootstrap
39023902
if (byRewritePrototype.execute) {
39033903
return
39043904
}
3905-
3905+
//https://www.web-tinker.com/article/20618.html?utm_source=tuicool&utm_medium=referral
3906+
//IE6-8虽然暴露了Element.prototype,但无法重写已有的DOM API
39063907
byRewritePrototype.execute = true
39073908
var p = Node.prototype
39083909
function rewite(name, fn) {
@@ -3976,7 +3977,7 @@ return /******/ (function(modules) { // webpackBootstrap
39763977
clearInterval(checkID)
39773978
checkID = 0
39783979
}
3979-
}, 1000)
3980+
}, 700)
39803981
}
39813982
}
39823983

dist/avalon.test.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! built in 2016-5-21:2 version 2.02 by 司徒正美 */
1+
/*! built in 2016-5-20:22 version 2.02 by 司徒正美 */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -71,7 +71,7 @@ return /******/ (function(modules) { // webpackBootstrap
7171
/***/ 104:
7272
/***/ function(module, exports, __webpack_require__) {
7373

74-
/*! built in 2016-5-21:2 version 2.02 by 司徒正美 */
74+
/*! built in 2016-5-20:22 version 2.02 by 司徒正美 */
7575
(function webpackUniversalModuleDefinition(root, factory) {
7676
if(true)
7777
module.exports = factory();
@@ -6325,7 +6325,8 @@ return /******/ (function(modules) { // webpackBootstrap
63256325
if (byRewritePrototype.execute) {
63266326
return
63276327
}
6328-
6328+
//https://www.web-tinker.com/article/20618.html?utm_source=tuicool&utm_medium=referral
6329+
//IE6-8虽然暴露了Element.prototype,但无法重写已有的DOM API
63296330
byRewritePrototype.execute = true
63306331
var p = Node.prototype
63316332
function rewite(name, fn) {
@@ -6399,7 +6400,7 @@ return /******/ (function(modules) { // webpackBootstrap
63996400
clearInterval(checkID)
64006401
checkID = 0
64016402
}
6402-
}, 1000)
6403+
}, 700)
64036404
}
64046405
}
64056406

@@ -8600,7 +8601,7 @@ return /******/ (function(modules) { // webpackBootstrap
86008601
/***/ 107:
86018602
/***/ function(module, exports) {
86028603

8603-
module.exports = "<ms-panel>\r\n <div class=\"body\">\r\n <slot name=\"body\"></slot>\r\n </div>\r\n <p><ms-button /></p>\r\n</ms-panel>"
8604+
module.exports = "<ms-panel>\n <div class=\"body\">\n <slot name=\"body\"></slot>\n </div>\n <p><ms-button /></p>\n</ms-panel>"
86048605

86058606
/***/ }
86068607

src/component/disposeDetectStrategy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ function byRewritePrototype() {
2828
if (byRewritePrototype.execute) {
2929
return
3030
}
31-
31+
//https://www.web-tinker.com/article/20618.html?utm_source=tuicool&utm_medium=referral
32+
//IE6-8虽然暴露了Element.prototype,但无法重写已有的DOM API
3233
byRewritePrototype.execute = true
3334
var p = Node.prototype
3435
function rewite(name, fn) {

0 commit comments

Comments
 (0)