Commit a92606bf authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige sintaxis

parent cbba8490
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ define([
			this.textSearchConfig = this._merge([{
				parentChannel: this.getChannel(),
				target: this.target,
				queryChannel: this.queryChannel,
				queryChannel: this.queryChannel
			}, this.textSearchConfig || {}]);

			this.textSearch = new TextImpl(this.textSearchConfig);