Commit 0dd7b1c9 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige sintaxis

parent a915a68f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,9 +80,9 @@ define([
				propName = 'externalConfig';

			const gotPropsChannel = this._buildChannel(this.externalConfigChannel, 'GOT_PROPS');
			this._once(gotPropsChannel, res => {
			this._once(gotPropsChannel, res =>
				this._onceGotPropsFromExternalConfig(res[propName], requestedConfigPropName)
			});
			);

			const getPropsChannel = this._buildChannel(this.externalConfigChannel, 'GET_PROPS');
			this._publish(getPropsChannel, { [propName]: true });