From 0d208edeb1cb5863a69022a2493b481f68b0024e Mon Sep 17 00:00:00 2001 From: Helena Jank <jank@uni-potsdam.de> Date: Mon, 27 Apr 2015 18:36:56 +0200 Subject: [PATCH] + added Translation module to contactJS --- build/contactJS.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/contactJS.js b/build/contactJS.js index 81b2d5c..718e0a7 100644 --- a/build/contactJS.js +++ b/build/contactJS.js @@ -15,6 +15,7 @@ 'interpreterDescription', 'widgetDescription', 'discoverer', + 'translation', 'interpreter', 'interpreterResult', 'callback', @@ -40,6 +41,7 @@ InterpreterDescription, WidgetDescription, Discoverer, + Translation, Interpreter, InterpreterResult, Callback, @@ -72,11 +74,12 @@ contactJS.InterpreterDescription = InterpreterDescription; contactJS.WidgetDescription = WidgetDescription; contactJS.Discoverer = Discoverer; + contactJS.Translation = Translation; contactJS.Interpreter = Interpreter; contactJS.InterpreterResult = InterpreterResult; contactJS.Callback = Callback; contactJS.CallbackList = CallbackList; - contactJS.Subscriber =Subscriber; + contactJS.Subscriber = Subscriber; contactJS.SubscriberList = SubscriberList; contactJS.Widget = Widget; contactJS.AbstractList = AbstractList; -- GitLab