summaryrefslogtreecommitdiffstats
path: root/install/static/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/entity.js')
-rw-r--r--install/static/entity.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/static/entity.js b/install/static/entity.js
index e68ed3f2..3c0f1bba 100644
--- a/install/static/entity.js
+++ b/install/static/entity.js
@@ -142,6 +142,8 @@ function ipa_entity(spec) {
}
};
+ that.entity_init = that.init;
+
return that;
}