getting crap figured out wrt compiling components, including with mxmlc

This commit is contained in:
Dan Buch
2010-02-18 22:02:35 -05:00
parent cd79dbdbec
commit 64f116a83d
4 changed files with 31 additions and 6 deletions

8
comps/RequestParams.as Normal file
View File

@@ -0,0 +1,8 @@
package
{
public class RequestParams
{
public var format:String;
public var tags:String;
}
}