|
@@ -1,6 +1,6 @@
|
|
package flash.net;
|
|
package flash.net;
|
|
|
|
|
|
-extern class URLVariables {
|
|
|
|
|
|
+extern class URLVariables implements Dynamic {
|
|
function new(?source : String) : Void;
|
|
function new(?source : String) : Void;
|
|
function decode(source : String) : Void;
|
|
function decode(source : String) : Void;
|
|
function toString() : String;
|
|
function toString() : String;
|