Remove not needed comments

pull/1498/head
Abdullah Almsaeed 2017-03-04 12:20:23 -05:00
parent 30324f4f33
commit 890ccbdb09
2 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,8 @@
* =============== * ===============
* Toggles the state of the control sidebar * 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 * or add [data-widget="direct-chat"] to the trigger
* Pass any option as data-option="value"
*/ */
+function ($) { +function ($) {
'use strict' 'use strict'

3
dist/js/adminlte.js vendored
View File

@ -929,9 +929,8 @@ throw new Error('AdminLTE requires jQuery')
* =============== * ===============
* Toggles the state of the control sidebar * 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 * or add [data-widget="direct-chat"] to the trigger
* Pass any option as data-option="value"
*/ */
+function ($) { +function ($) {
'use strict' 'use strict'