From 811446772406ca6880b835e3654d99f6dded3b39 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 23 Mar 2015 09:23:59 -0700 Subject: [PATCH] Update js.Boot (keep to fix Std.is on 3.1.3 installs) --- js/Boot.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/Boot.hx b/js/Boot.hx index 91ff8decd..7ced054eb 100644 --- a/js/Boot.hx +++ b/js/Boot.hx @@ -21,6 +21,7 @@ */ package js; +@:dox(hide) class Boot { private static function __unhtml(s : String) { @@ -67,7 +68,7 @@ class Boot { return untyped __define_feature__("js.Boot.isEnum", e.__ename__); } - static inline function getClass(o:Dynamic) : Dynamic { + static function getClass(o:Dynamic) : Dynamic { if (Std.is(o, Array)) return Array; else {