diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 01:51:03 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 14:30:09 +0200 |
| commit | dafe436abcd1fe25b66fda4ecc256c1c639929b7 (patch) | |
| tree | 06d04899cf49c4bb258123a06a2ed9e331edb5e5 /scripts/model/util.js | |
| parent | 93c1755b27141ebe8b24ba04e0c924262e0cc482 (diff) | |
model/util: rm unused dep: model/graph
Diffstat (limited to 'scripts/model/util.js')
| -rw-r--r-- | scripts/model/util.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/model/util.js b/scripts/model/util.js index 0e54fc70..43fa66db 100644 --- a/scripts/model/util.js +++ b/scripts/model/util.js @@ -4,7 +4,8 @@ * model utility functions: * - convert from/to client/backend data representations */ -define([ 'jquery', 'model/diff', 'model/graph' ], function($, model_diff, model_graph) { +define(['jquery', 'model/diff'], +function($, model_diff) { /** * read by adapting from backend format |
