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) { function createEmitTextPropertyUpdateFunction(propertyName) {
return function() { return function() {
var properties = {}; var properties = {};
properties[propertyName] = this.value; properties[propertyName] = this.value;
EventBridge.emitWebEvent( EventBridge.emitWebEvent(
JSON.stringify({ JSON.stringify({
type: "update", type: "update",