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

Side by Side Diff: polymer_0.5.0/bower_components/gif.js/site/contents/scripts/vendor/mootools.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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 (function(){ 1 (function(){
2 2
3 this.MooTools = { 3 this.MooTools = {
4 version: '1.4.5', 4 version: '1.4.5',
5 build: 'ab8ea8824dc3b24b6666867a2c4ed58ebb762cf0' 5 build: 'ab8ea8824dc3b24b6666867a2c4ed58ebb762cf0'
6 }; 6 };
7 7
8 // typeOf, instanceOf 8 // typeOf, instanceOf
9 9
10 var typeOf = this.typeOf = function(item){ 10 var typeOf = this.typeOf = function(item){
(...skipping 4040 matching lines...) Expand 10 before | Expand all | Expand 10 after
4051 4051
4052 getTop: function(){ 4052 getTop: function(){
4053 return this.getPosition().y; 4053 return this.getPosition().y;
4054 }, 4054 },
4055 4055
4056 getLeft: function(){ 4056 getLeft: function(){
4057 return this.getPosition().x; 4057 return this.getPosition().x;
4058 } 4058 }
4059 4059
4060 }); 4060 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698