projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
213e4a0
)
Little tweaks to documentation
author
Andy Allan
<andy@gravitystorm.co.uk>
Thu, 2 Jun 2011 13:35:22 +0000
(14:35 +0100)
committer
Andy Allan
<andy@gravitystorm.co.uk>
Thu, 2 Jun 2011 13:35:22 +0000
(14:35 +0100)
net/systemeD/potlatch2/EditController.as
patch
|
blob
|
history
diff --git
a/net/systemeD/potlatch2/EditController.as
b/net/systemeD/potlatch2/EditController.as
index 21b84b3be1dff56488f55015bf516281a876cbea..5daee281c6ede1a695f5f5cb7e2812a24d277712 100644
(file)
--- a/
net/systemeD/potlatch2/EditController.as
+++ b/
net/systemeD/potlatch2/EditController.as
@@
-22,7
+22,8
@@
package net.systemeD.potlatch2 {
private var _map:Map;
public var tagViewer:TagViewer;
private var toolbox:Toolbox;
-
+
+ /** The current ControllerState */
public var state:ControllerState;
private var keys:Object={};
@@
-144,7
+145,9
@@
package net.systemeD.potlatch2 {
return true;
}
- /** Exit the current state and switch to a new one. */
+ /** Exit the current state and switch to a new one.
+ *
+ * @param newState The ControllerState to switch to. */
public function setState(newState:ControllerState):void {
if ( newState == state )
return;