2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

animate -> animation

This commit is contained in:
Jacob Thornton
2011-12-21 13:29:12 -08:00
parent f72a94ae28
commit 80cb760fac
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -109,7 +109,7 @@
$tip = this.tip()
this.setContent()
if (this.options.animate) {
if (this.options.animation) {
$tip.addClass('fade')
}
@@ -250,7 +250,7 @@
$.fn.twipsy.Constructor = Twipsy
$.fn.twipsy.defaults = {
animate: true
animation: true
, delay: 0
, selector: false
, placement: 'above'