2
0
Nicolas Cannasse 19 жил өмнө
parent
commit
379b3e066c

+ 1 - 1
doc/CHANGES.txt

@@ -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

+ 0 - 5
std/haxe/Template.hx

@@ -24,11 +24,6 @@
  */
 package haxe;
 
-#if flash
-	#if error
-	#end
-#end
-
 private enum TemplateExpr {
 	OpVar( v : String );
 	OpExpr( expr :  Void -> Dynamic );