Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 06:35:07 +0000 (14:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 06:35:07 +0000 (14:35 +0800)
Pman.Gnumeric.js

index 9c4c1a5..da4ff41 100644 (file)
@@ -1018,7 +1018,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         st.appendChild(fo);
         // do we need some defaults..
         for(var k in fent) {
-            fo.setAttribute(k, ent[k]);
+            fo.setAttribute(k, fent[k]);
         }
         fo.textContent  = font;