If you use baron 2.x.x, all scrollers will be inited by baron. Just for one baron() call.
I plan to deprecate it in baron 3.x.x, and completely drop in baron 4.x.x. In baron 3.x.x there will be a deprecation warning, and (maybe) new all param, which by default will be false. In baron 4.x.x this param will transform to unchangeable constant false.
It is the same as querySelector differs from querySelectorAll.
It is hard to support such thing:
If you use
baron 2.x.x
, all scrollers will be inited by baron. Just for onebaron()
call.I plan to deprecate it in
baron 3.x.x
, and completely drop inbaron 4.x.x
. Inbaron 3.x.x
there will be a deprecation warning, and (maybe) newall
param, which by default will befalse
. Inbaron 4.x.x
this param will transform to unchangeable constantfalse
.It is the same as
querySelector
differs fromquerySelectorAll
.Anybody use this feature?