Update js.Boot (keep to fix Std.is on 3.1.3 installs)

This commit is contained in:
Joshua Granick
2015-03-23 09:23:59 -07:00
parent 1ed54fd1ce
commit 8114467724

View File

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