Skip to content

Commit

Permalink
Remove not needed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Mar 4, 2017
1 parent 30324f4 commit 890ccbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build/js/DirectChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
* ===============
* Toggles the state of the control sidebar
*
* @Usage: $('#my-chat-box').directChat(options)
* @Usage: $('#my-chat-box').directChat()
* or add [data-widget="direct-chat"] to the trigger
* Pass any option as data-option="value"
*/
+function ($) {
'use strict'
Expand Down
3 changes: 1 addition & 2 deletions dist/js/adminlte.js
Original file line number Diff line number Diff line change
Expand Up @@ -929,9 +929,8 @@ throw new Error('AdminLTE requires jQuery')
* ===============
* Toggles the state of the control sidebar
*
* @Usage: $('#my-chat-box').directChat(options)
* @Usage: $('#my-chat-box').directChat()
* or add [data-widget="direct-chat"] to the trigger
* Pass any option as data-option="value"
*/
+function ($) {
'use strict'
Expand Down

0 comments on commit 890ccbd

Please sign in to comment.