diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 01:50:18 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 14:30:09 +0200 |
| commit | 93c1755b27141ebe8b24ba04e0c924262e0cc482 (patch) | |
| tree | db7d420f9d9c789270029dccb8bb7d2b02ba2292 /scripts/model/graph.js | |
| parent | b17a3151234bdff9db3abc12a4267e7ae7704813 (diff) | |
model/graph: misc: clean requirejs header - no dep change
Diffstat (limited to 'scripts/model/graph.js')
| -rw-r--r-- | scripts/model/graph.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/model/graph.js b/scripts/model/graph.js index 80a4d7f5..3600d172 100644 --- a/scripts/model/graph.js +++ b/scripts/model/graph.js @@ -1,7 +1,7 @@ "use strict" -define(['signal', 'consts', 'util', 'textanalysis','model/util', 'rz_api_backend', 'rz_api_mesh'], function ( - signal, consts, util, textanalysis, model_util, rz_api_backend, rz_api_mesh) { +define(['signal', 'consts', 'util', 'textanalysis','model/util', 'rz_api_backend', 'rz_api_mesh'], +function (signal, consts, util, textanalysis, model_util, rz_api_backend, rz_api_mesh) { function Graph(el) { |
