From 2451f3354b58192365d5deffa5d4700e4472d526 Mon Sep 17 00:00:00 2001
From: Adhitya Kamakshidasan
Date: Thu, 7 Apr 2016 19:45:17 +0000
Subject: Data Structures for holding details added
---
index.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 26791e2..37c1170 100644
--- a/index.html
+++ b/index.html
@@ -22,6 +22,9 @@
+
+
+
@@ -264,8 +267,6 @@
});
addToolbarButton(editor, toolbar, 'export', 'Export', 'images/export1.png');
-
- // ---
// Adds toolbar buttons into the status bar at the bottom
// of the window.
@@ -840,6 +841,8 @@
ds.setGuidesEnabled(true);
};
+
+ // Create ports
function createPorts(graph, block, left, top, right, bottom){
createInputPorts(graph, block, left, top);
createOutputPorts(graph, block, right, bottom);
--
cgit