From 6ce5c567e8a4b4e93c8687f8e0447a28e8f32157 Mon Sep 17 00:00:00 2001 From: divakar1800 Date: Tue, 4 Jul 2017 20:01:02 +0530 Subject: optimisation of code execution. --- static/dajaxice/dajaxice.core.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'static/dajaxice/dajaxice.core.js') 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); }, -- cgit