X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e7927df2744d46e176c7114bf63f1bd8f5746168..ec5b493bff5efa683aadf5f78aa891eff3550156:/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/util/CompleteResponseEvent.as diff --git a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/util/CompleteResponseEvent.as b/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/util/CompleteResponseEvent.as deleted file mode 100644 index fc552f1b..00000000 --- a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/util/CompleteResponseEvent.as +++ /dev/null @@ -1,25 +0,0 @@ -package com.adobe.protocols.dict.util -{ - import flash.events.Event; - - public class CompleteResponseEvent - extends Event - { - private var _response:String; - - public function CompleteResponseEvent() - { - super(SocketHelper.COMPLETE_RESPONSE); - } - - public function set response(response:String):void - { - this._response = response; - } - - public function get response():String - { - return this._response; - } - } -} \ No newline at end of file