1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02:00

Rename eventHandler and selectorEngine files.

This commit is contained in:
XhmikosR
2019-05-08 16:11:24 +03:00
parent dda31bbee6
commit 438e01b61c
65 changed files with 102 additions and 102 deletions

View File

@@ -13,7 +13,7 @@ import {
typeCheckConfig
} from './util/index'
import Data from './dom/data'
import EventHandler from './dom/eventHandler'
import EventHandler from './dom/event-handler'
import Manipulator from './dom/manipulator'
/**