Roo/bootstrap/Modal.js
authorAlan Knowles <alan@roojs.com>
Tue, 22 Jul 2014 09:54:42 +0000 (17:54 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Jul 2014 09:54:42 +0000 (17:54 +0800)
Roo/bootstrap/Modal.js

index 1834ebf..92adabf 100644 (file)
@@ -262,7 +262,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
         this.fireEvent('btnclick', btn.name, e);
     },
     setTitle: function(str) {
-        this.el.select('.modal-title',true).first().dom.innterHTML = str;
+        this.el.select('.modal-title',true).first().dom.innerHTML = str;
         
     }
 });