fix initialization routines

This commit is contained in:
ansuz
2016-02-12 16:21:52 +01:00
parent f1915d3b7c
commit 4a05a859e6
3 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ define([
var module = { exports: {} };
var sheetToJson = function (ifrWindow) {
var xx = ifrWindow.sh[0].jS
var xx = ifrWindow.sh[0].jS;
var m = [];
for (var i = 0; i < xx.spreadsheets.length; i++) {
m[i]=[];