phetsims / expression-exchange

"Expression Exchange" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 2 forks source link

Automated testing error #4

Closed jonathanolson closed 8 years ago

jonathanolson commented 8 years ago

Looks like TWEEN should be included, as Carousel depends on it.

ReferenceError: TWEEN is not defined
    at http://192.168.0.2:8080/sun/js/Carousel.js?bust=1452539851684:257:20
    at Property.inherit.link (http://192.168.0.2:8080/axon/js/Property.js?bust=1452539851684:172:11)
    at new Carousel (http://192.168.0.2:8080/sun/js/Carousel.js?bust=1452539851684:238:24)
    at new ExpressionExchangeExploreScreenView (http://192.168.0.2:8080/expression-exchange/js/explore/view/ExpressionExchangeExploreScreenView.js?bust=1452539851684:111:20)
    at ExpressionExchangeExploreScreen.Screen.call.backgroundColor [as createView] (http://192.168.0.2:8080/expression-exchange/js/explore/ExpressionExchangeExploreScreen.js?bust=1452539851684:31:34)
    at ExpressionExchangeExploreScreen.inherit.initializeView (http://192.168.0.2:8080/joist/js/Screen.js?bust=1452539851684:114:25)
    at ExpressionExchangeExploreScreen.inherit.initializeModelAndView (http://192.168.0.2:8080/joist/js/Screen.js?bust=1452539851684:125:12)
    at http://192.168.0.2:8080/joist/js/Sim.js?bust=1452539851684:423:14
    at Function.St (http://192.168.0.2:8080/sherpa/lib/lodash-2.4.1.min.js?bust=1452539851684:23:149)
    at new Sim (http://192.168.0.2:8080/joist/js/Sim.js?bust=1452539851684:421:7)
jbphet commented 8 years ago

This is fixed, closing.