Explorar el Código

fix initialization of particleView

Kevin Heinicke hace 10 años
padre
commit
0c3aeb86c0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      js/views/particle.js

+ 1 - 0
js/views/particle.js

@@ -1,5 +1,6 @@
 (function(window) {
     function ParticleView(modelObject){
+        createjs.Shape.call(this);
         this.model = modelObject;
 		this.model.view = this;
 		var dp = this.model.draw_properties;