Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: third_party/pkg/route_hierarchical/example/full/js/bootstrap.js

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698