2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

if no callback, don't try to call callback ya goof

This commit is contained in:
fat
2013-02-07 19:45:42 -08:00
parent 3b56227553
commit d8a7a380bc
4 changed files with 7 additions and 1 deletions
+2
View File
@@ -969,6 +969,8 @@
this.$backdrop.addClass('in')
if (!callback) return
doAnimate ?
this.$backdrop.one($.support.transition.end, callback) :
callback()