Whitespace formatting/indentation.

This commit is contained in:
Howard Stearns 2015-05-13 15:48:22 -07:00
parent 6ebeb7a22e
commit 8324da2f7f

View file

@ -74,7 +74,7 @@
function createEmitTextPropertyUpdateFunction(propertyName) {
return function() {
var properties = {};
properties[propertyName] = this.value;
properties[propertyName] = this.value;
EventBridge.emitWebEvent(
JSON.stringify({
type: "update",