TypeScript/tests/baselines/reference/parserRegularExpressionDivideAmbiguity5.js

6 lines
240 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [parserRegularExpressionDivideAmbiguity5.ts]
model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
//// [parserRegularExpressionDivideAmbiguity5.js]
model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);