aboutsummaryrefslogtreecommitdiff
path: root/vendors/uploadify/com/adobe/protocols/dict/events/MatchEvent.as
diff options
context:
space:
mode:
Diffstat (limited to 'vendors/uploadify/com/adobe/protocols/dict/events/MatchEvent.as')
-rw-r--r--vendors/uploadify/com/adobe/protocols/dict/events/MatchEvent.as26
1 files changed, 0 insertions, 26 deletions
diff --git a/vendors/uploadify/com/adobe/protocols/dict/events/MatchEvent.as b/vendors/uploadify/com/adobe/protocols/dict/events/MatchEvent.as
deleted file mode 100644
index 65b868851..000000000
--- a/vendors/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