mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +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);
|
||||
}
|
||||
|
||||
that.addListener = function (callback) {
|
||||
that.addListener = function(callback) {
|
||||
that.onUpdate = callback;
|
||||
};
|
||||
|
||||
|
@ -244,7 +244,7 @@ GridTool = function(opts) {
|
|||
|
||||
var webView = null;
|
||||
webView = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||
webView.setVisible = function (value) { };
|
||||
webView.setVisible = function(value) { };
|
||||
|
||||
horizontalGrid.addListener(function(data) {
|
||||
webView.emitScriptEvent(JSON.stringify(data));
|
||||
|
|
Loading…
Reference in a new issue