From 2c70488a596190dddf82769ef4335e6debebad2d Mon Sep 17 00:00:00 2001 From: cxczy <1050079972@qq.com> Date: Thu, 7 Jan 2016 15:03:16 +0800 Subject: [PATCH] Update ml.js --- ml.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ml.js b/ml.js index 94c96cc..27698f1 100644 --- a/ml.js +++ b/ml.js @@ -3306,7 +3306,7 @@ function Fixed(view) { }); bottomFixedElement = this.bottomFixedElement = doc.createElement('div'); - bottomFixedElement.className = 'bottom-fxied'; + bottomFixedElement.className = 'bottom-fixed'; bottomFixedElement.style.cssText = 'left: 0; bottom: 0; width: 100%;'; Object.defineProperty(that, 'bottomElement', { get: function() { @@ -4318,4 +4318,4 @@ function PageView(element, options) { ctrl.pageview = PageView; -})(window, window['lib'], window['ctrl'] || (window['ctrl'] = {})); \ No newline at end of file +})(window, window['lib'], window['ctrl'] || (window['ctrl'] = {}));