git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1b307
)
note about ensuring callers of loadAlignment(..) save the new alignment
author
jprocter
<jprocter@compbio.dundee.ac.uk>
Mon, 5 Sep 2011 13:47:44 +0000
(14:47 +0100)
committer
jprocter
<jprocter@compbio.dundee.ac.uk>
Mon, 5 Sep 2011 13:47:44 +0000
(14:47 +0100)
windows reference so they can use it in other calls to the API.
examples/jalviewLiteJs.html
patch
|
blob
|
history
diff --git
a/examples/jalviewLiteJs.html
b/examples/jalviewLiteJs.html
index
2a90393
..
e33b30d
100644
(file)
--- a/
examples/jalviewLiteJs.html
+++ b/
examples/jalviewLiteJs.html
@@
-246,6
+246,8
@@
public AlignFrame newViewFrom(AlignFrame alf)
public AlignFrame newViewFrom(AlignFrame alf, String name)
// load a new alignment
+// remember to store the AlignFrame object reference
+// if you want to manipulate the new alignment view.
public AlignFrame loadAlignment(String text, String title)