diff --git a/src/components/message.js b/src/components/message.js index 58868c8..89e1238 100644 --- a/src/components/message.js +++ b/src/components/message.js @@ -28,7 +28,7 @@ var Message = function (options) { } if ( - options.zIndex + 'zIndex' in options && typeof options.zIndex === 'number' && options.zIndex> -1 ) { @@ -64,7 +64,7 @@ var Message = function (options) { ? nextZIndex++ : optsZIndex if ( - global.top + 'top' in global && typeof global.top === 'number' ) { instance.dom.style.top = `${global.top}px` @@ -76,7 +76,7 @@ var Message = function (options) { Message.config = function (options) { global = options || {} if ( - global.zIndex + 'zIndex' in global && typeof global.zIndex === 'number' && global.zIndex> -1 ) {

AltStyle によって変換されたページ (->オリジナル) /