From 3e0bc9a0fb4dd6324e9764bc31f4686d672b70f4 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 5 Oct 2010 22:55:22 +0200 Subject: general js api + pyv8 support --- module/plugins/Plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/plugins/Plugin.py') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 04df13978..1568b0917 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -105,7 +105,8 @@ class Plugin(object): self.pyfile = pyfile self.thread = None # holds thread in future - self.lastDownload = "" #location where the last call to download was saved + self.lastDownload = "" # location where the last call to download was saved + self.js = self.core.js # js engine self.setup() -- cgit v1.2.3