summaryrefslogtreecommitdiff
path: root/static/dajaxice/dajaxice.core.js
diff options
context:
space:
mode:
authordivakar18002017-07-04 20:01:02 +0530
committerdivakar18002017-07-04 20:01:02 +0530
commit6ce5c567e8a4b4e93c8687f8e0447a28e8f32157 (patch)
treede1c6fde28d29a784a21dc6e59540361447a4147 /static/dajaxice/dajaxice.core.js
parente9e998e8061b8a8a2356a090c486af8c5aa4de6a (diff)
downloadscilab-on-cloud-6ce5c567e8a4b4e93c8687f8e0447a28e8f32157.tar.gz
scilab-on-cloud-6ce5c567e8a4b4e93c8687f8e0447a28e8f32157.tar.bz2
scilab-on-cloud-6ce5c567e8a4b4e93c8687f8e0447a28e8f32157.zip
optimisation of code execution.
Diffstat (limited to 'static/dajaxice/dajaxice.core.js')
-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);
},