diff options
author | Adhitya Kamakshidasan | 2016-07-08 01:35:10 +0530 |
---|---|---|
committer | GitHub | 2016-07-08 01:35:10 +0530 |
commit | 91c0f3e3cb5167c68d27f67b504943142e821283 (patch) | |
tree | b971e60682b6cb73e40aa37febfeae5d3388adf0 /dependencies.js | |
parent | 3bcc076564239d83df4c9a9d9d8f60e1be3c05b2 (diff) | |
download | xcos-on-web-91c0f3e3cb5167c68d27f67b504943142e821283.tar.gz xcos-on-web-91c0f3e3cb5167c68d27f67b504943142e821283.tar.bz2 xcos-on-web-91c0f3e3cb5167c68d27f67b504943142e821283.zip |
Removed import statement
Diffstat (limited to 'dependencies.js')
-rw-r--r-- | dependencies.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dependencies.js b/dependencies.js index f7f4147..c392c9d 100644 --- a/dependencies.js +++ b/dependencies.js @@ -1,5 +1,4 @@ $.getScript('math.js'); -$.getScript('combined.js'); // @Adhitya: 02-07-2016: Commented Jitesh's work to call Data Structures individually, // and combined all of them into combined.js using combine_script.bat |