From 890ccbdb0906acc2a1f9a30988b848ec62ae634a Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sat, 4 Mar 2017 12:20:23 -0500 Subject: [PATCH] Remove not needed comments --- build/js/DirectChat.js | 3 +-- dist/js/adminlte.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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'