X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=src%2Fyuu%2Fcore.js;h=cf2f282b3b918408520ffb309cabe7009d3f88ab;hp=f4b40a231ab6433cd02d78de3e553fbd44fb94a8;hb=1b36f379858d1f88eb709ebdd59465957081c455;hpb=dbc00bdf315113f4146872abfa973f3c73a0e3e8 diff --git a/src/yuu/core.js b/src/yuu/core.js index f4b40a2..cf2f282 100644 --- a/src/yuu/core.js +++ b/src/yuu/core.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (yuu) { @@ -12,7 +12,7 @@ catch (exc) { return null; } }; - if (!Math.sign) + if (!Object.assign) require("./pre"); var yT = this.yT || require("./yT");