mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Clean up and reorganize functions in xml_handler.js
This commit is contained in:
parent
c291309fad
commit
f7b9769428
2 changed files with 347 additions and 275 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright 2001-2005 Michael Foster (Cross-Browser.com)
|
||||
**/
|
||||
function xDeprecate(funcName) {
|
||||
var msg = 'DEPRECATED : '+funcName+'() is deprecated function.';
|
||||
var msg = 'DEPRECATED : '+funcName+'() is deprecated in Rhymix.';
|
||||
if (typeof console == 'object' && typeof console.log == 'function') {
|
||||
console.log(msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue