diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-23 14:55:07 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-23 14:55:07 +0200 |
| commit | 0b3a8290c64b05c797210b727927ece21105791f (patch) | |
| tree | 72b0a1a82f8e0e59b3250f9983e1ba15044bb107 /src/client/model | |
| parent | 7f309f2207ce03a3079700176ebcd30161fe10ac (diff) | |
be sensible
Diffstat (limited to 'src/client/model')
| -rw-r--r-- | src/client/model/graph.js | 2 |
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'; } |
