Skip to content

Commit

Permalink
replace method call that is no longer valid with topic/publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Nov 30, 2015
1 parent b8f798b commit 318e190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/AttributesTable/_FindTaskMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ define([
this.populateGrid(results);
}

this.openPane();
topic.publish(this.attributesContainerID + '/openPane');

topic.publish('growler/growl', {
title: this.title + ' ' + msgNls.title,
Expand Down

0 comments on commit 318e190

Please sign in to comment.