mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add deprecation notice to exec_xml()
This commit is contained in:
parent
a4905ab65a
commit
f6209202bf
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@
|
|||
*/
|
||||
window.exec_xml = $.exec_xml = function(module, act, params, callback_success, return_fields, callback_success_arg, fo_obj) {
|
||||
|
||||
// Display deprecation notice.
|
||||
if (typeof console == "object" && typeof console.log == "function") {
|
||||
console.log("DEPRECATED : exec_xml() is deprecated in Rhymix. Use exec_json() instead.");
|
||||
}
|
||||
|
||||
// Define callback functions.
|
||||
var successHandler, errorHandler, xmlHandler;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue