projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Load choice editor images through the FileBank
[potlatch2.git]
/
net
/
systemeD
/
potlatch2
/
mapfeatures
/
editors
/
Choice.as
diff --git
a/net/systemeD/potlatch2/mapfeatures/editors/Choice.as
b/net/systemeD/potlatch2/mapfeatures/editors/Choice.as
index 2b390c1bbc6c900110b5e3ba91a4c5f4aa1d5ea4..891da56499d8df9ac70fe544218160f72e021add 100644
(file)
--- a/
net/systemeD/potlatch2/mapfeatures/editors/Choice.as
+++ b/
net/systemeD/potlatch2/mapfeatures/editors/Choice.as
@@
-27,11
+27,6
@@
package net.systemeD.potlatch2.mapfeatures.editors {
_match = new RegExp("^("+matchStr+")$");
}
}
-
- public function imageLoaded(url:String, data:ByteArray):void {
- icon = data;
- dispatchEvent(new Event("iconLoaded"));
- }
}
}