Commit e58c422f authored by rockyl's avatar rockyl

兼容混淆版本的引擎

parent dfc9b6ed
{"id":"engine","url":"engine.cfb1f45ea0206b8e50e55213f624e81d67432f81.js"}
\ No newline at end of file
{"id":"engine","url":"engine.05f3077c3940b59dd921a937fbc7ff93018d02dc.js"}
\ No newline at end of file
......@@ -65,14 +65,14 @@ function instantiateView(config) {
}
}
if (scripts && scripts.length > 0) {
/*if (scripts && scripts.length > 0) {
for (let scriptConfig of scripts) {
instantiateScript(node, scriptConfig);
}
}
if (events && node.eventsProxy) {
node.eventsProxy.start(events);
}
}*/
return node;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment