Browse Source

Fixed wrong spelling

Dante 12 years ago
parent
commit
7cf6a4857b
1 changed files with 3 additions and 3 deletions
  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>');
         },
         getModalFooter: function() {
-            return this.$modaFooter;
+            return this.$modalFooter;
         },
-        setModalFooter: function($modaFooter) {
-            this.$modaFooter = $modaFooter;
+        setModalFooter: function($modalFooter) {
+            this.$modalFooter = $modalFooter;
 
             return this;
         },