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

Side by Side Diff: third_party/polymer/v0_8/components-chromium/paper-drawer-panel/paper-drawer-panel-extracted.js

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
OLDNEW
1 1
2 2
3 (function() { 3 (function() {
4 4
5 'use strict'; 5 'use strict';
6 6
7 // this would be the only `paper-drawer-panel` in 7 // this would be the only `paper-drawer-panel` in
8 // the whole app that can be in `dragging` state 8 // the whole app that can be in `dragging` state
9 var sharedPanel = null; 9 var sharedPanel = null;
10 10
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 s.transform = this._transformForTranslateX(translateX); 439 s.transform = this._transformForTranslateX(translateX);
440 } else { 440 } else {
441 s.webkitTransform = this._transformForTranslateX(translateX); 441 s.webkitTransform = this._transformForTranslateX(translateX);
442 } 442 }
443 } 443 }
444 444
445 }); 445 });
446 446
447 }()); 447 }());
448 448
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698