Adding Google Chrome Framework for IE<9

This commit is contained in:
Pablo Luna
2011-03-13 16:24:26 +00:00
parent 331652ad74
commit 1b04d1effc
6 changed files with 60 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ function afterCoreLoading()
// Uncomment for debug ...
if (core.UserAgent.isVMLSupported())
{
$import("../js/mindplot.vml.js");
// $import("../js/mindplot.vml.js");
} else
{
$import("../js/mindplot.svg.js");