commit | c90d164930be3671bf90e7126c697e7bdc8770f8 | [log] [tgz] |
---|---|---|
author | Tim Buschtöns <tbuschto@eclipsesource.com> | Mon Aug 05 15:18:44 2013 +0200 |
committer | Tim Buschtöns <tbuschto@eclipsesource.com> | Mon Aug 05 15:18:44 2013 +0200 |
tree | 1a0d394e342cb4b6d0c3d9e8705b6b2efbf4d89c | |
parent | a67379d161e8868503a2fbc4b247ccef1f843acb [diff] |
Remove comma at the end of an object literal in WidgetProxyFactory
diff --git a/bundles/org.eclipse.rap.clientscripting/js/rwt/scripting/WidgetProxyFactory.js b/bundles/org.eclipse.rap.clientscripting/js/rwt/scripting/WidgetProxyFactory.js index 1f87436..2185c89 100644 --- a/bundles/org.eclipse.rap.clientscripting/js/rwt/scripting/WidgetProxyFactory.js +++ b/bundles/org.eclipse.rap.clientscripting/js/rwt/scripting/WidgetProxyFactory.js
@@ -239,9 +239,7 @@ } } return result; - }, - - + } };