| OLD | NEW |
| 1 /* =================================================== | 1 /* =================================================== |
| 2 * bootstrap-transition.js v2.3.1 | 2 * bootstrap-transition.js v2.3.1 |
| 3 * http://twitter.github.com/bootstrap/javascript.html#transitions | 3 * http://twitter.github.com/bootstrap/javascript.html#transitions |
| 4 * =================================================== | 4 * =================================================== |
| 5 * Copyright 2012 Twitter, Inc. | 5 * Copyright 2012 Twitter, Inc. |
| 6 * | 6 * |
| 7 * Licensed under the Apache License, Version 2.0 (the "License"); | 7 * Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 * you may not use this file except in compliance with the License. | 8 * you may not use this file except in compliance with the License. |
| 9 * You may obtain a copy of the License at | 9 * You may obtain a copy of the License at |
| 10 * | 10 * |
| (...skipping 2256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2267 | 2267 |
| 2268 data.offsetBottom && (data.offset.bottom = data.offsetBottom) | 2268 data.offsetBottom && (data.offset.bottom = data.offsetBottom) |
| 2269 data.offsetTop && (data.offset.top = data.offsetTop) | 2269 data.offsetTop && (data.offset.top = data.offsetTop) |
| 2270 | 2270 |
| 2271 $spy.affix(data) | 2271 $spy.affix(data) |
| 2272 }) | 2272 }) |
| 2273 }) | 2273 }) |
| 2274 | 2274 |
| 2275 | 2275 |
| 2276 }(window.jQuery); | 2276 }(window.jQuery); |
| OLD | NEW |