File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# JSROOT changelog
22
3+ ## Changes in 5.2.2
4+ 1 . Fix several problems, discovered by "use strict" directive
5+
6+
37## Changes in 5.2.1
481 . Fix - correctly handle new TF1 parameter coding convention (#132 )
592 . Fix - Check if pad name can be used as element id (#133 )
Original file line number Diff line number Diff line change 8989 }
9090} ( function ( JSROOT ) {
9191
92- JSROOT . version = "5.2.1 27/07 /2017" ;
92+ JSROOT . version = "5.2.x 2/08 /2017" ;
9393
9494 JSROOT . source_dir = "" ;
9595 JSROOT . source_min = false ;
Original file line number Diff line number Diff line change 1158711587
1158811588 if ( this . start_without_browser ) browser_kind = "" ;
1158911589
11590- if ( status || browser_kind ) prereg = "jq2d;" + prereq ;
11590+ if ( status || browser_kind ) prereq = "jq2d;" + prereq ;
1159111591
1159211592 this . _topname = GetOption ( "topname" ) ;
1159311593
Original file line number Diff line number Diff line change 38703870 }
38713871
38723872 var cmd = "M" + xp [ iminus ] + "," + yp [ iminus ] ;
3873- for ( i = iminus + 1 ; i <= iplus ; ++ i )
3873+ for ( var i = iminus + 1 ; i <= iplus ; ++ i )
38743874 cmd += "l" + ( xp [ i ] - xp [ i - 1 ] ) + "," + ( yp [ i ] - yp [ i - 1 ] ) ;
38753875 if ( fillcolor !== 'none' ) cmd += "Z" ;
38763876
You can’t perform that action at this time.
0 commit comments