From 6af0013ac52c391dd7623f9cbbb25cd7d3c43d35 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 16 Jan 2014 20:31:19 -0800 Subject: Revert "Add tooltip `viewport` option, respect bounds of the viewport" This reverts commit edb221a20ceabebd427e27d0432e94a227717217. Reverting due to broken JS unit tests. Conflicts: docs/javascript.html --- docs/javascript.html | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 9f8f8675c..2d8c0e7c6 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1015,22 +1015,6 @@ $('#example').tooltip(options)

Appends the tooltip to a specific element. Example: container: 'body'

- - viewport - string - 'body' - -

Keeps the tooltip within the bounds of this element. Example: viewport: '#viewport'

- - - - viewportPadding - number - 0 - -

Pixel distance to keep the tooltip from the edges of the viewport element. Example: viewportPadding: 10

- - -- cgit v1.2.3