浏览代码

Fixed wrong spelling

Dante 12 年之前
父节点
当前提交
7cf6a4857b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      js/bootstrap-dialog.js

+ 3 - 3
js/bootstrap-dialog.js

@@ -171,10 +171,10 @@ var BootstrapDialog = null;
             return $('<div class="modal-footer"></div>');
             return $('<div class="modal-footer"></div>');
         },
         },
         getModalFooter: function() {
         getModalFooter: function() {
-            return this.$modaFooter;
+            return this.$modalFooter;
         },
         },
-        setModalFooter: function($modaFooter) {
-            this.$modaFooter = $modaFooter;
+        setModalFooter: function($modalFooter) {
+            this.$modalFooter = $modalFooter;
 
 
             return this;
             return this;
         },
         },