X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f17e66aa4210a226669dd96e26295d6f58b94703..43116c58e5c56f94ef358a5a17fb13a252e02531:/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/DictionaryServerEvent.as diff --git a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/DictionaryServerEvent.as b/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/DictionaryServerEvent.as deleted file mode 100644 index 9b406e95..00000000 --- a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/DictionaryServerEvent.as +++ /dev/null @@ -1,26 +0,0 @@ -package com.adobe.protocols.dict.events -{ - import flash.events.Event; - import com.adobe.protocols.dict.Dict; - - public class DictionaryServerEvent - extends Event - { - private var _servers:Array; - - public function DictionaryServerEvent() - { - super(Dict.SERVERS); - } - - public function set servers(servers:Array):void - { - this._servers = servers; - } - - public function get servers():Array - { - return this._servers; - } - } -} \ No newline at end of file