X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f17e66aa4210a226669dd96e26295d6f58b94703..43116c58e5c56f94ef358a5a17fb13a252e02531:/apps/filebrowser/media/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchEvent.as diff --git a/apps/filebrowser/media/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchEvent.as b/apps/filebrowser/media/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchEvent.as deleted file mode 100644 index 65b86885..00000000 --- a/apps/filebrowser/media/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchEvent.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 MatchEvent - extends Event - { - private var _matches:Array; - - public function MatchEvent() - { - super(Dict.MATCH); - } - - public function set matches(matches:Array):void - { - this._matches = matches; - } - - public function get matches():Array - { - return this._matches; - } - } -} \ No newline at end of file