fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
flickr test fix
[redakcja.git]
/
redakcja
/
static
/
filebrowser
/
uploadify
/
com
/
adobe
/
protocols
/
dict
/
events
/
NoMatchEvent.as
1
package com.adobe.protocols.dict.events
\r
2
{
\r
3
import flash.events.Event;
\r
4
import com.adobe.protocols.dict.Dict;
\r
5
\r
6
public class NoMatchEvent
\r
7
extends Event
\r
8
{
\r
9
public function NoMatchEvent()
\r
10
{
\r
11
super(Dict.NO_MATCH);
\r
12
}
\r
13
}
\r
14
}