added hello world log

This commit is contained in:
Shubh Nirav Vora 2025-03-03 14:39:00 +05:30
parent 90acd33350
commit 91f621c354
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import { defineJQueryPlugin } from './util/index.js'
const NAME = 'alert' const NAME = 'alert'
const DATA_KEY = 'bs.alert' const DATA_KEY = 'bs.alert'
const EVENT_KEY = `.${DATA_KEY}` const EVENT_KEY = `.${DATA_KEY}`
console.log("hello world")
const EVENT_CLOSE = `close${EVENT_KEY}` const EVENT_CLOSE = `close${EVENT_KEY}`
const EVENT_CLOSED = `closed${EVENT_KEY}` const EVENT_CLOSED = `closed${EVENT_KEY}`
const CLASS_NAME_FADE = 'fade' const CLASS_NAME_FADE = 'fade'