File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/bindings/javascript/res/res Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ function populateAxis(axisId) {
113113 addAxisElement ( axis , instanceTask . rateName ( i ) ) ;
114114 }
115115
116- for ( let i = 0 ; i < instanceTask . constantCount ( ) ; ++ i ) {
116+ for ( let i = 0 ; i < instanceTask . constantCount ; ++ i ) {
117117 addAxisElement ( axis , instanceTask . constantName ( i ) ) ;
118118 }
119119
120- for ( let i = 0 ; i < instanceTask . computedConstantCount ( ) ; ++ i ) {
120+ for ( let i = 0 ; i < instanceTask . computedConstantCount ; ++ i ) {
121121 addAxisElement ( axis , instanceTask . computedConstantName ( i ) ) ;
122122 }
123123
124- for ( let i = 0 ; i < instanceTask . algebraicCount ( ) ; ++ i ) {
124+ for ( let i = 0 ; i < instanceTask . algebraicCount ; ++ i ) {
125125 addAxisElement ( axis , instanceTask . algebraicName ( i ) ) ;
126126 }
127127}
You can’t perform that action at this time.
0 commit comments