From ebdfa77a5399d245ddf134ee8110b2d046922a71 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Wed, 4 Apr 2012 10:32:46 -0700 Subject: removed unnecessary call to exportMaterials from init(). this call should not have been there. --- js/lib/geom/circle.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/lib/geom/circle.js') diff --git a/js/lib/geom/circle.js b/js/lib/geom/circle.js index 4bf37474..7fa78b12 100755 --- a/js/lib/geom/circle.js +++ b/js/lib/geom/circle.js @@ -61,8 +61,6 @@ var Circle = function GLCircle() { } else { this._fillMaterial = MaterialsModel.getMaterial( MaterialsModel.getDefaultMaterialName() ); } - - this.exportMaterials(); }; /////////////////////////////////////////////////////////////////////// -- cgit v1.2.3