two more spaces

This commit is contained in:
Liv Erickson 2018-04-10 09:23:14 -07:00
parent 6c15577653
commit 20ee169054

View file

@ -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));