Skip to content

Commit ae67e0c

Browse files
author
zhourenjian
committed
Fixing bug that HTML5LocalStore class is not loaded by default
1 parent 8fedc80 commit ae67e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.ajax/store/net/sf/j2s/store/SimpleStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import net.sf.j2s.annotation.J2SRequireImport;
66

7-
@J2SRequireImport({CookieStore.class, XSSCookieStore.class})
7+
@J2SRequireImport({CookieStore.class, XSSCookieStore.class, HTML5LocalStorage.class})
88
public class SimpleStore implements IStore {
99

1010
private static SimpleStore singleton;

0 commit comments

Comments
 (0)