From c913ea082204d04917ac740b586d164d554a9906 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Jun 2017 23:13:27 +0200 Subject: [PATCH] canSave deprecated --- src/game-lib-a-component-a.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/game-lib-a-component-a.js b/src/game-lib-a-component-a.js index e9897e6..9e5d87a 100644 --- a/src/game-lib-a-component-a.js +++ b/src/game-lib-a-component-a.js @@ -30,8 +30,6 @@ GameLib.Component = function( this.built = false; - this.canSave = true; - this.loaded = false; if (GameLib.Utils.UndefinedOrNull(traverse)) {