Commit a85a3c89 authored by Oleg Korshul's avatar Oleg Korshul

обернут скрипт плангина в свою область видимости. теперь можно писать Api.

parent e1f5a6d5
...@@ -306,7 +306,8 @@ ...@@ -306,7 +306,8 @@
{ {
try try
{ {
eval(value); var _script = "(function(){ var Api = window.g_asc_plugins.api;\n" + value + "})();";
eval(_script);
} }
catch (err) catch (err)
{ {
......
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