X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e7927df2744d46e176c7114bf63f1bd8f5746168..ec5b493bff5efa683aadf5f78aa891eff3550156:/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchStrategiesEvent.as diff --git a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchStrategiesEvent.as b/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchStrategiesEvent.as deleted file mode 100644 index 75b76f88..00000000 --- a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchStrategiesEvent.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 MatchStrategiesEvent - extends Event - { - private var _strategies:Array; - - public function MatchStrategiesEvent() - { - super(Dict.MATCH_STRATEGIES); - } - - public function set strategies(strategies:Array):void - { - this._strategies = strategies; - } - - public function get strategies():Array - { - return this._strategies; - } - } -} \ No newline at end of file