aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-common.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vapi-common.js')
-rw-r--r--js/vapi-common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vapi-common.js b/js/vapi-common.js
index 1bc20bc..9a322ec 100644
--- a/js/vapi-common.js
+++ b/js/vapi-common.js
@@ -42,7 +42,7 @@ if (self.vAPI === undefined) {
self.vAPI = {};
}
-var vAPI = self.vAPI;
+var vAPI = self.vAPI; // This is used also when vapi-core is not available
/******************************************************************************/