summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhitya Kamakshidasan2016-07-11 20:19:23 +0530
committerGitHub2016-07-11 20:19:23 +0530
commit1a833792b48988425a35d3b3e23faa535933c57a (patch)
tree834fd2ffde21657eb2d6c1e4c60bdfef3aae1260
parentf1a66d584eafe7882f90998f18d31669fc668026 (diff)
downloadxcos-on-web-1a833792b48988425a35d3b3e23faa535933c57a.tar.gz
xcos-on-web-1a833792b48988425a35d3b3e23faa535933c57a.tar.bz2
xcos-on-web-1a833792b48988425a35d3b3e23faa535933c57a.zip
Revert "Fixes : Data Structures style error"
-rw-r--r--index.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/index.html b/index.html
index b8726c3..554ff15 100644
--- a/index.html
+++ b/index.html
@@ -790,12 +790,7 @@
{
var stylesheet = graph.getStylesheet();
var style = stylesheet.styles[cell.value.getAttribute('style')];
- var displayedLabel = null;
-
- if(style != null) {
- displayedLabel = style['displayedLabel'];
- }
-
+ var displayedLabel = style['displayedLabel'];
if(displayedLabel != null) {
var displayParameter = cell.blockInstance.instance.displayParameter;
for(i in displayParameter) {