diff --git a/docs/base-css.html b/docs/base-css.html
index 9491f40aab..79bbaa7589 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -40,7 +40,7 @@
@@ -51,7 +51,7 @@
@@ -928,7 +929,7 @@
States like error, warning, and success are included for each type of form control. Also included are styles for disabled controls.
-
+
Four types of forms
Bootstrap provides simple markup and styles for four styles of common web forms.
diff --git a/docs/components.html b/docs/components.html
index 9fc987508f..f934ac68eb 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -40,7 +40,7 @@
@@ -51,7 +51,7 @@
@@ -844,7 +845,7 @@
-
diff --git a/docs/javascript.html b/docs/javascript.html
index 58cc13e8cd..afe9c329ec 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -41,7 +41,7 @@
@@ -52,7 +52,7 @@
diff --git a/docs/less.html b/docs/less.html
index 8831ce0945..f3bfa30594 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -40,7 +40,7 @@
@@ -51,7 +51,7 @@
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index 57b90d0969..b2b4b5647f 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -40,7 +40,7 @@
@@ -51,7 +51,7 @@
diff --git a/docs/upgrading.html b/docs/upgrading.html
index 376aae8564..e1b9f204e3 100644
--- a/docs/upgrading.html
+++ b/docs/upgrading.html
@@ -40,7 +40,7 @@
@@ -51,7 +51,7 @@
diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js
index 241a44e248..8ce30ab82d 100644
--- a/js/bootstrap-tooltip.js
+++ b/js/bootstrap-tooltip.js
@@ -115,7 +115,7 @@
}
placement = typeof this.options.placement == 'function' ?
- thing.call(this, $tip[0], this.$element[0]) :
+ this.options.placement.call(this, $tip[0], this.$element[0]) :
this.options.placement
inside = /in/.test(placement)
@@ -267,4 +267,4 @@
, template: ''
}
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )