summaryrefslogtreecommitdiff
path: root/dependencies.js
diff options
context:
space:
mode:
authorAdhitya Kamakshidasan2016-07-08 01:35:10 +0530
committerGitHub2016-07-08 01:35:10 +0530
commit91c0f3e3cb5167c68d27f67b504943142e821283 (patch)
treeb971e60682b6cb73e40aa37febfeae5d3388adf0 /dependencies.js
parent3bcc076564239d83df4c9a9d9d8f60e1be3c05b2 (diff)
downloadxcos-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.js1
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