You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/01/29 21:47:11 UTC

[myfaces-tobago] branch master updated: cleanup: tobago-dropdown imports

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fefef1  cleanup: tobago-dropdown imports
6fefef1 is described below

commit 6fefef1a4372b1a5e2cd08db46f6f061355ff675
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Jan 29 22:46:23 2021 +0100

    cleanup: tobago-dropdown imports
---
 tobago-theme/tobago-theme-standard/npm/ts/tobago-dropdown.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tobago-theme/tobago-theme-standard/npm/ts/tobago-dropdown.ts b/tobago-theme/tobago-theme-standard/npm/ts/tobago-dropdown.ts
index df26fe2..a467c0f 100644
--- a/tobago-theme/tobago-theme-standard/npm/ts/tobago-dropdown.ts
+++ b/tobago-theme/tobago-theme-standard/npm/ts/tobago-dropdown.ts
@@ -15,8 +15,6 @@
  * limitations under the License.
  */
 
-// import {createPopper} from "@popperjs/core/dist/esm/popper";
-
 const TobagoDropdownEvent = {
   HIDE: "tobago.dropdown.hide",
   HIDDEN: "tobago.dropdown.hidden",