dropped usage of gulp,
by using the external tool [jsmin](https://github.com/douglascrockford/JSMin.git)
This commit is contained in:
parent
44224e955f
commit
f0e47e7ec6
22 changed files with 3684 additions and 4439 deletions
3
src/Yavsc/wwwroot/js/bootstrap.js
vendored
3
src/Yavsc/wwwroot/js/bootstrap.js
vendored
|
|
@ -658,8 +658,7 @@ if (typeof jQuery === 'undefined') {
|
|||
|
||||
if (!$.support.transition) return complete.call(this)
|
||||
|
||||
this.$element
|
||||
[dimension](0)
|
||||
this.$element[dimension](0)
|
||||
.one('bsTransitionEnd', $.proxy(complete, this))
|
||||
.emulateTransitionEnd(Collapse.TRANSITION_DURATION)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue