diff options
| author | Jacob Thornton <[email protected]> | 2012-01-28 11:04:05 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-28 11:04:05 -0800 |
| commit | c2c02d104c5e5a96330cf00a727d62687d863e02 (patch) | |
| tree | be437de89fbf272d48f188e122488738d918aa4c | |
| parent | d4659521386eab794eaf67f57e8762656aa28de7 (diff) | |
| parent | e7e8db966e9dcdf7a74217d2585b45d8887f85c5 (diff) | |
| download | bootstrap-c2c02d104c5e5a96330cf00a727d62687d863e02.tar.xz bootstrap-c2c02d104c5e5a96330cf00a727d62687d863e02.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
| -rw-r--r-- | js/bootstrap-tooltip.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js index 65f8895aa..67fca5e14 100644 --- a/js/bootstrap-tooltip.js +++ b/js/bootstrap-tooltip.js @@ -145,7 +145,6 @@ break } - debugger if (this.options['z-index']) tp['z-index'] = this.options['z-index'] $tip |
