X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/198be737937aec7259e81ba791bf7f4e401795eb..b0d77fd4dd2b177e77e2bb038a5864567adfd9df:/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/events/.svn/text-base/DictionaryServerEvent.as.svn-base diff --git a/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/events/.svn/text-base/DictionaryServerEvent.as.svn-base b/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/events/.svn/text-base/DictionaryServerEvent.as.svn-base deleted file mode 100644 index 9b406e95..00000000 --- a/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/events/.svn/text-base/DictionaryServerEvent.as.svn-base +++ /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