File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 99
1010 var jsroot = factory ( { } ) ;
1111
12-
1312 var dir = jsroot . source_dir + "scripts/" , ext = jsroot . source_min ? ".min" : "" ;
1413
1514 var paths = {
7574 }
7675 } ) ;
7776
78-
7977 // AMD. Register as an anonymous module.
8078 define ( jsroot ) ;
8179
9694 }
9795} ( function ( JSROOT ) {
9896
99- JSROOT . version = "dev 23 /03/2016" ;
97+ JSROOT . version = "dev 24 /03/2016" ;
10098
10199 JSROOT . source_dir = "" ;
102100 JSROOT . source_min = false ;
Original file line number Diff line number Diff line change 39713971
39723972 this . DrawTitle ( ) ;
39733973
3974+ this . AddInteractive ( ) ;
3975+
39743976 JSROOT . CallBack ( call_back ) ;
39753977 }
39763978
40374039 this [ func_name ] ( function ( ) {
40384040 this . DrawNextFunction ( 0 , function ( ) {
40394041 if ( this . options . Lego == 0 ) {
4040- this . AddInteractive ( ) ;
40414042 if ( this . options . AutoZoom ) this . AutoZoom ( ) ;
40424043 }
40434044 this . CreateToolbar ( ) ;
You can’t perform that action at this time.
0 commit comments