summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/model/graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/model/graph.js b/src/client/model/graph.js
index b671671e..301e1b80 100644
--- a/src/client/model/graph.js
+++ b/src/client/model/graph.js
@@ -406,7 +406,7 @@ function Graph() {
}
var matching = null;
link[key] = ret_link[key];
- // this part is fucked up right now
+ // this part is askew right now
if (key == '__type') {
matching = 'name';
}