Skip to content

Commit 4439658

Browse files
committed
Removed alert message.
1 parent 26789e7 commit 4439658

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drawings/simple_graph.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ Drawing.SimpleGraph = function(options) {
123123
}
124124
},
125125
clicked: function(obj) {
126-
if(obj != null) {
127-
alert(obj.id);
128-
}
129126
}
130127
});
131128
}

0 commit comments

Comments
 (0)