Skip to content

Commit 015fa53

Browse files
committed
fixed wrong comments for some of the new options
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Sandbox/Audit Dashlet@742 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent e261217 commit 015fa53

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/web/components/dashlets/audit-application.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,35 +131,35 @@
131131
* Whether or not to show the ID column
132132
*
133133
* @property show_id_column
134-
* @type boolean
135-
* @default true
134+
* @type string
135+
* @default ""
136136
*/
137137
show_id_column: "",
138138

139139
/**
140140
* Whether or not to show the user column
141141
*
142142
* @property show_user_column
143-
* @type boolean
144-
* @default true
143+
* @type string
144+
* @default ""
145145
*/
146146
show_user_column: "",
147147

148148
/**
149149
* Whether or not to show the time column
150150
*
151151
* @property show_time_column
152-
* @type boolean
153-
* @default true
152+
* @type string
153+
* @default ""
154154
*/
155155
show_time_column: "",
156156

157157
/**
158158
* Whether or not to show the values column
159159
*
160160
* @property show_values_column
161-
* @type boolean
162-
* @default true
161+
* @type string
162+
* @default ""
163163
*/
164164
show_values_column: ""
165165

@@ -663,8 +663,8 @@
663663
dir:"desc"
664664
}
665665
};
666-
667-
var myDataTable = new YAHOO.widget.DataTable(this.entriesContainer,myColumnDefs, myDataSource, dtOptions);
666+
667+
var myDataTable = new YAHOO.widget.DataTable(this.entriesContainer, myColumnDefs, myDataSource, dtOptions);
668668
// can be used to interact with the results. kept as a reference here.
669669
myDataTable.handleDataReturnPayload = function(oRequest, oResponse, oPayload)
670670
{

0 commit comments

Comments
 (0)