Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 03:01:20 +0000 (11:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 03:01:20 +0000 (11:01 +0800)
Pman.Gnumeric.js

index b08f4bc..5a639d1 100644 (file)
@@ -206,7 +206,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         this.rmax = 1;
         this.cmax = 1;
         
-        this.sheet = _.doc.getElementsByTagName('Sheet')[0];
+        this.sheet = _t.doc.getElementsByTagName('Sheet')[0];
         var cells = this.sheet.getElementsByTagName('Cell');