Move Util variable to bootstrap namespace
Created by: JoyceBabu
Bootstrap v4 has introduced a new Util
variable in global namespace. Please rename it to a bootstrap specific name like BootstrapUtil
or Bootstrap.util
. It is a common variable name, and there is a high probability that such a variable already exists. For example, our app already include a Util
collection with utility methods like notify
, highlight
etc.