Skip to content

Commit

Permalink
initialize helpTourDetails as an object
Browse files Browse the repository at this point in the history
  • Loading branch information
eiffel777 committed Aug 27, 2019
1 parent eab04a7 commit 4b046e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/gui/js/Portlet.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
CCR.xdmod.ui.Portlet = Ext.extend(Ext.ux.Portlet, {
helpTour: null,
helpTourDetails: [],
helpTourDetails: {},
initComponent: function () {
if (this.helpTourDetails.tips !== undefined && this.helpTourDetails.tips.length > 0) {
this.helpTourDetails.tips.forEach(function (value, index, arr) {
Expand Down

0 comments on commit 4b046e9

Please sign in to comment.