Skip to content

Commit e77dce1

Browse files
committed
fixed a minor issue with the code splitting
1 parent aa01d93 commit e77dce1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Implementation Notes.odt

58 Bytes
Binary file not shown.

src/org/argmap/client/ModeEdit.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ public ModeEdit(ArgMap argMap) {
138138

139139
@Override
140140
public void onSuccess() {
141+
initTree();
142+
141143
/***********************
142144
* setup search pop up *
143145
***********************/

war/WEB-INF/appengine-generated/datastore-indexes-auto.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!-- Indices written at Tue, 14 Dec 2010 21:32:57 UTC -->
1+
<!-- Indices written at Tue, 14 Dec 2010 23:18:04 UTC -->
22

33
<datastore-indexes>
44

5-
<!-- Used 5 times in query history -->
5+
<!-- Used 2 times in query history -->
66
<datastore-index kind="Proposition" ancestor="false" source="auto">
77
<property name="root" direction="asc"/>
88
<property name="created" direction="desc"/>

0 commit comments

Comments
 (0)