mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
two more spaces
This commit is contained in:
parent
6c15577653
commit
20ee169054
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ Grid = function(opts) {
|
||||||
Overlays.deleteOverlay(gridOverlay);
|
Overlays.deleteOverlay(gridOverlay);
|
||||||
}
|
}
|
||||||
|
|
||||||
that.addListener = function (callback) {
|
that.addListener = function(callback) {
|
||||||
that.onUpdate = callback;
|
that.onUpdate = callback;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -244,7 +244,7 @@ GridTool = function(opts) {
|
||||||
|
|
||||||
var webView = null;
|
var webView = null;
|
||||||
webView = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
webView = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||||
webView.setVisible = function (value) { };
|
webView.setVisible = function(value) { };
|
||||||
|
|
||||||
horizontalGrid.addListener(function(data) {
|
horizontalGrid.addListener(function(data) {
|
||||||
webView.emitScriptEvent(JSON.stringify(data));
|
webView.emitScriptEvent(JSON.stringify(data));
|
||||||
|
|
Loading…
Reference in a new issue