summaryrefslogtreecommitdiff
path: root/static/dajaxice
diff options
context:
space:
mode:
authorPrashant S2017-07-25 10:42:30 +0530
committerGitHub2017-07-25 10:42:30 +0530
commit4fa03dd3ed456a8629b75a4b70c4b8b94f9ba2cc (patch)
treede1c6fde28d29a784a21dc6e59540361447a4147 /static/dajaxice
parente9e998e8061b8a8a2356a090c486af8c5aa4de6a (diff)
parent6ce5c567e8a4b4e93c8687f8e0447a28e8f32157 (diff)
downloadscilab-on-cloud-4fa03dd3ed456a8629b75a4b70c4b8b94f9ba2cc.tar.gz
scilab-on-cloud-4fa03dd3ed456a8629b75a4b70c4b8b94f9ba2cc.tar.bz2
scilab-on-cloud-4fa03dd3ed456a8629b75a4b70c4b8b94f9ba2cc.zip
Merge pull request #4 from divakar1800/master
Optimisation of Scilab code execution merged after discussion with mentor
Diffstat (limited to 'static/dajaxice')
-rw-r--r--static/dajaxice/dajaxice.core.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/static/dajaxice/dajaxice.core.js b/static/dajaxice/dajaxice.core.js
index 917ed79..f252e7f 100644
--- a/static/dajaxice/dajaxice.core.js
+++ b/static/dajaxice/dajaxice.core.js
@@ -13,10 +13,6 @@ var Dajaxice = {
return Dajaxice.call('website.node', 'POST', callback_function, argv, custom_settings);
},
- execute: function(callback_function, argv, custom_settings){
- return Dajaxice.call('website.execute', 'POST', callback_function, argv, custom_settings);
- },
-
code: function(callback_function, argv, custom_settings){
return Dajaxice.call('website.code', 'POST', callback_function, argv, custom_settings);
},