File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 22 * ===============
33 * Toggles the state of the control sidebar
44 *
5- * @Usage : $('#my-chat-box').directChat(options )
5+ * @Usage : $('#my-chat-box').directChat()
66 * or add [data-widget="direct-chat"] to the trigger
7- * Pass any option as data-option="value"
87 */
98+ function ( $ ) {
109 'use strict'
Original file line number Diff line number Diff line change @@ -929,9 +929,8 @@ throw new Error('AdminLTE requires jQuery')
929929 * ===============
930930 * Toggles the state of the control sidebar
931931 *
932- * @Usage : $('#my-chat-box').directChat(options )
932+ * @Usage : $('#my-chat-box').directChat()
933933 * or add [data-widget="direct-chat"] to the trigger
934- * Pass any option as data-option="value"
935934 */
936935+ function ( $ ) {
937936 'use strict'
You can’t perform that action at this time.
0 commit comments