Haxe 3.1.3 fix

This commit is contained in:
Joshua Granick
2015-08-13 09:49:50 -07:00
parent 06e4ccafad
commit 54ebc518fb

View File

@@ -8,10 +8,10 @@ import js.html.DivElement;
import js.html.Element;
import js.html.FocusEvent;
import js.html.InputElement;
import js.html.InputEvent;
#else
import js.html.HtmlElement;
#end
import js.html.InputEvent;
import js.html.MouseEvent;
import js.html.TouchEvent;
import js.Browser;
@@ -24,6 +24,7 @@ import lime.ui.Window;
#if (haxe_ver < 3.2)
typedef FocusEvent = js.html.Event;
typedef InputElement = Dynamic;
typedef InputEvent = js.html.Event;
#end