commit: 8be44b7ce2df4377dab1d710f16c90c193b801b4
parent df9fcabad335d7e3e62be9873dbb951fbee7a8a1
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date: Tue, 6 Mar 2018 08:30:40 +1300
*
Diffstat:
1 file changed, 0 insertions(+), 14 deletions(-)
diff --git a/scripts/nodes/element.js b/scripts/nodes/element.js
@@ -1,13 +0,0 @@
-function ElementNode(id,rect)
-{
- Node.call(this,id,rect);
-
- this.glyph = NODE_GLYPHS.element
- this.el = document.createElement("yu");
- this.el.id = this.id;
-
- this.answer = function(q)
- {
- return this.el
- }
-}-
\ No newline at end of file