diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/build/axis-time/axis-time-min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/build/axis-time/axis-time-min.js Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,8 @@ +/* +YUI 3.10.3 (build 2fb5187) +Copyright 2013 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ + +YUI.add("axis-time",function(e,t){e.TimeAxis=e.Base.create("timeAxis",e.Axis,[e.TimeImpl],{_getLabelByIndex:function(e,t){var n=this.get("minimum"),r=this.get("maximum"),i,s;return t-=1,i=(r-n)/t*e,s=n+i,s},_getDataFromLabelValues:function(t,n,r,i,s){var o=[],u,a,f=n.length,l,c,h,p,d=this.get("maximum"),v=this.get("minimum"),m=[],g=(i-r*2)/(d-v);s==="vertical"?(l="x",c="y"):(l="y",c="x"),h=t[l];for(a=0;a=v&&u<=d&&(p={},p[l]=h,p[c]=r+(u-v)*g,o.push(p),m.push(u));return{points:o,values:m}}})},"3.10.3",{requires:["axis","axis-time-base"]});