fixed findviewbyid method

This commit is contained in:
2013-11-18 17:47:59 +04:00
parent 1fabb1be06
commit 1dd07f4bd2
3 changed files with 3 additions and 4 deletions

1
L.hx
View File

@@ -11,7 +11,6 @@ class L {
}
public static function d(tag:String, message:String, ?error:Dynamic, ?p:haxe.PosInfos):Void {
//trace(p);
for (logger in loggers) logger.d(tag, message, error, p);
}