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'] = {}));