Commit a7f47553 authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs: fix gadget_officejs_jio_spreadsheet_view_js.js

parent 856de6f0
......@@ -110,11 +110,11 @@
.declareAcquiredMethod("jio_put", "jio_put")
.allowPublicAcquisition("jio_put", this_func_link("jio_put"))
.declareAcquiredMethod("jio_getAttachment", "jio_getAttachment")
.allowPublicAcquisition("jio_getAttachment", this_func_link("jio_getAttachment"))
.allowPublicAcquisition("jio_getAttachment",
this_func_link("jio_getAttachment"))
.declareAcquiredMethod("jio_putAttachment", "jio_putAttachment")
.allowPublicAcquisition("jio_putAttachment", function (jio_key, part_name, blob){
this.jio_putAttachment(jio_key, part_name, new Blob());
})
.allowPublicAcquisition("jio_putAttachment",
this_func_link("jio_putAttachment"))
.allowPublicAcquisition('setFillStyle', function () {
return setFillStyle(this);
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>953.24023.27994.54869</string> </value>
<value> <string>953.26863.9845.25224</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1471734207.12</float>
<float>1477848665.42</float>
<string>UTC</string>
</tuple>
</state>
......
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