From: Jordan Augé Date: Thu, 10 Jul 2014 21:20:32 +0000 (+0200) Subject: updated apply X-Git-Tag: myslice-1.0~64 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=152f348dba0d2a8ba1e6da120ec55aca256b900b;p=unfold.git updated apply --- diff --git a/plugins/apply/static/js/apply.js b/plugins/apply/static/js/apply.js index efc93450..676babc6 100644 --- a/plugins/apply/static/js/apply.js +++ b/plugins/apply/static/js/apply.js @@ -98,7 +98,7 @@ if (cur_value[0] == '{') { cur_value = JSON.parse(cur_value); - return manifold._record_equals(cur_value, value, object_key);_ + return manifold._record_equals(cur_value, value, object_key); } else { return (cur_value == value); }