[Laszlo-checkins] r10691 - openlaszlo/trunk/WEB-INF/lps/lfc/debugger
hqm@openlaszlo.org
hqm at openlaszlo.org
Thu Aug 14 07:49:29 PDT 2008
Author: hqm
Date: 2008-08-14 07:49:27 -0700 (Thu, 14 Aug 2008)
New Revision: 10691
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/debugger/swf9stubs.lzs
Log:
forgot this file in checkin
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/debugger/swf9stubs.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/debugger/swf9stubs.lzs 2008-08-14 08:30:08 UTC (rev 10690)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/debugger/swf9stubs.lzs 2008-08-14 14:49:27 UTC (rev 10691)
@@ -19,6 +19,9 @@
public function inspect(...args):void {
this.write('INSPECT: ' + this.formatToString.apply(this, args));
}
+ public function deprecated(...args):void {
+ this.write('DEPRECATED: ' + this.formatToString.apply(this, args));
+ }
public function info(...args):void {
this.write('INFO: ' + this.formatToString.apply(this, args));
}
More information about the Laszlo-checkins
mailing list