diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-13 17:06:47 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-13 17:11:56 +0200 |
| commit | 22c032f9bf222de58c3923f769d67c4274034871 (patch) | |
| tree | 757f0cda5cf3bddc481de8ca531f1209488826d1 /scripts/model/graph.js | |
| parent | 542be75b7f71378146c522c1e681160a4b4f3564 (diff) | |
rename model/model -> model/core
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 389b0abe..820daef0 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/core', 'model/util', 'rz_api_backend', 'rz_api_mesh'], +function (signal, consts, util, textanalysis, model_core, model_util, rz_api_backend, rz_api_mesh) { function Graph(el) { |
