Commit a8f92a93 authored by Jérome Perrin's avatar Jérome Perrin

fix incorrect syntax

parent db21eb3b
......@@ -86,10 +86,11 @@
.push(function (result_list) {
// XXX here, get options to create some columns,
// creating empty list from options
data = JSON.parse(result_list[0]).tutorial_spreadsheet;
/* data = JSON.parse(result_list[0]).tutorial_spreadsheet;
if (!data) {
data = configuration columns
}
*/
return result_list[1].render(
JSON.stringify(data),
{ minSpareRows: 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment