Sfoglia il codice sorgente

fix initialization of particleView

Kevin Heinicke 10 anni fa
parent
commit
0c3aeb86c0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;