diff --git a/build/js/DirectChat.js b/build/js/DirectChat.js index 29c52b62f..f196da0b8 100644 --- a/build/js/DirectChat.js +++ b/build/js/DirectChat.js @@ -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' diff --git a/dist/js/adminlte.js b/dist/js/adminlte.js index a3bc4165f..908eb6632 100644 --- a/dist/js/adminlte.js +++ b/dist/js/adminlte.js @@ -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'