updroid / jquery-jstore

Automatically exported from code.google.com/p/jquery-jstore
1 stars 0 forks source link

line 408 error: .JStore.compactJSON should be .compactJSON #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

case 'object': case 'function': return $.JStore.compactJSON(value);

should be

case 'object': case 'function': return $.compactJSON(value);

Original issue reported on code.google.com by xingli%f...@gtempaccount.com on 27 Aug 2009 at 1:19

GoogleCodeExporter commented 9 years ago
Issue will be resolved with issue 17

Original comment by gars...@gmail.com on 2 Sep 2009 at 3:33