~ted/lazr-js/annoying-debug-message

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/anim/anim-debug.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-08-23 19:48:21 UTC
  • mfrom: (173.2.15 yui-3.1.2)
  • Revision ID: launchpad@pqm.canonical.com-20100823194821-a1npffz5qodt3ejf
[r=beuno] Land YUI 3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3
3
Code licensed under the BSD License:
4
4
http://developer.yahoo.com/yui/license.html
5
 
version: 3.1.1
6
 
build: 47
 
5
version: 3.1.2
 
6
build: 56
7
7
*/
8
8
YUI.add('anim-base', function(Y) {
9
9
 
628
628
    Y.extend(Y.Anim, Y.Base, proto);
629
629
 
630
630
 
631
 
}, '3.1.1' ,{requires:['base-base', 'node-style']});
 
631
}, '3.1.2' ,{requires:['base-base', 'node-style']});
632
632
YUI.add('anim-color', function(Y) {
633
633
 
634
634
/**
676
676
);
677
677
 
678
678
 
679
 
}, '3.1.1' ,{requires:['anim-base']});
 
679
}, '3.1.2' ,{requires:['anim-base']});
680
680
YUI.add('anim-curve', function(Y) {
681
681
 
682
682
/**
733
733
};
734
734
 
735
735
 
736
 
}, '3.1.1' ,{requires:['anim-xy']});
 
736
}, '3.1.2' ,{requires:['anim-xy']});
737
737
YUI.add('anim-easing', function(Y) {
738
738
 
739
739
/*
1081
1081
};
1082
1082
 
1083
1083
 
1084
 
}, '3.1.1' ,{requires:['anim-base']});
 
1084
}, '3.1.2' ,{requires:['anim-base']});
1085
1085
YUI.add('anim-node-plugin', function(Y) {
1086
1086
 
1087
1087
/**
1107
1107
Y.Plugin.NodeFX = NodeFX;
1108
1108
 
1109
1109
 
1110
 
}, '3.1.1' ,{requires:['node-pluginhost', 'anim-base']});
 
1110
}, '3.1.2' ,{requires:['node-pluginhost', 'anim-base']});
1111
1111
YUI.add('anim-scroll', function(Y) {
1112
1112
 
1113
1113
/**
1145
1145
 
1146
1146
 
1147
1147
 
1148
 
}, '3.1.1' ,{requires:['anim-base']});
 
1148
}, '3.1.2' ,{requires:['anim-base']});
1149
1149
YUI.add('anim-xy', function(Y) {
1150
1150
 
1151
1151
/**
1171
1171
 
1172
1172
 
1173
1173
 
1174
 
}, '3.1.1' ,{requires:['anim-base', 'node-screen']});
1175
 
 
1176
 
 
1177
 
YUI.add('anim', function(Y){}, '3.1.1' ,{use:['anim-base', 'anim-color', 'anim-curve', 'anim-easing', 'anim-node-plugin', 'anim-scroll', 'anim-xy'], skinnable:false});
 
1174
}, '3.1.2' ,{requires:['anim-base', 'node-screen']});
 
1175
 
 
1176
 
 
1177
YUI.add('anim', function(Y){}, '3.1.2' ,{use:['anim-base', 'anim-color', 'anim-curve', 'anim-easing', 'anim-node-plugin', 'anim-scroll', 'anim-xy'], skinnable:false});
1178
1178