@@ -1,4 +1,4 @@
-2006-05-??: 1.0
+2006-05-17: 1.0
fixed small bugs in JS Xml Parser (empty attribute, newlines in attributes)
added default Content-Type for haxe.Http in JS
haxe.AsyncConnection : onError should not be call if error occur in onData
@@ -24,11 +24,6 @@
*/
package haxe;
-#if flash
- #if error
- #end
-#end
-
private enum TemplateExpr {
OpVar( v : String );
OpExpr( expr : Void -> Dynamic );