فهرست منبع

make sure package is created

Nicolas Cannasse 13 سال پیش
والد
کامیت
79d6a23515
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      std/js/SWFObject.hx
  2. 1 0
      std/js/XMLHttpRequest.hx

+ 1 - 0
std/js/SWFObject.hx

@@ -1,5 +1,6 @@
 package js;
 package js;
 
 
+@:initPackage
 extern class SWFObject {
 extern class SWFObject {
 
 
 	function new( swf : String, id : String, width : Int, height : Int, ver : String, color : String /*...*/ ) : Void;
 	function new( swf : String, id : String, width : Int, height : Int, ver : String, color : String /*...*/ ) : Void;

+ 1 - 0
std/js/XMLHttpRequest.hx

@@ -24,6 +24,7 @@
  */
  */
 package js;
 package js;
 
 
+@:initPackage
 extern class XMLHttpRequest {
 extern class XMLHttpRequest {
 
 
 	var onreadystatechange : Void -> Void;
 	var onreadystatechange : Void -> Void;