[Dojo-checkins] r892 - src
dojo-checkins at dojotoolkit.org
dojo-checkins at dojotoolkit.org
Sun Jul 17 11:36:00 PDT 2005
Author: psowden
Date: Sun Jul 17 11:35:59 2005
New Revision: 892
Modified:
src/bootstrap1.js
Log:
too quick off the mark; fixed up dj_deprecated to actually work
Modified: src/bootstrap1.js
==============================================================================
--- src/bootstrap1.js (original)
+++ src/bootstrap1.js Sun Jul 17 11:35:59 2005
@@ -182,7 +182,7 @@
* Convenience for informing of deprecated behaviour.
*/
function dj_deprecated(behaviour, extra){
- var mess = "'" + funcname + "' is deprecated";
+ var mess = "DEPRECATED: " + behaviour;
if((typeof extra != 'undefined')&&(extra)){ mess += " " + extra; }
// mess += " (host environment '" + dojo.hostenv.getName() + "')";
dj_debug(mess);
More information about the Dojo-checkins
mailing list