Skip to content

Commit 890ccbd

Browse files
committed
Remove not needed comments
1 parent 30324f4 commit 890ccbd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/js/DirectChat.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
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'

dist/js/adminlte.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)