Commit 1e881e0d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix for lint warning.

parent 6b9c8057
......@@ -283,7 +283,7 @@
"preference": priv.preference_container,
"general": priv.general_container
};
var spreadsheet = $('.jQuerySheet').getSheet()
var spreadsheet = $('.jQuerySheet').getSheet();
if (spreadsheet !== undefined) {
data['spreadsheet'] = $.sheet.dts.fromTables.json(spreadsheet);
}
......
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