[Rt-commit] r16013 - in rt/branches/3.999-DANGEROUS: share/web/static/js

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Sep 17 12:42:03 EDT 2008


Author: sunnavy
Date: Wed Sep 17 12:42:03 2008
New Revision: 16013

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/web/static/js/class.js
   rt/branches/3.999-DANGEROUS/share/web/static/js/list.js

Log:
 r16764 at sunnavys-mb:  sunnavy | 2008-09-18 00:41:46 +0800
 Tkirby created class.js, rename his Class function to TkirbyClass


Modified: rt/branches/3.999-DANGEROUS/share/web/static/js/class.js
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/web/static/js/class.js	(original)
+++ rt/branches/3.999-DANGEROUS/share/web/static/js/class.js	Wed Sep 17 12:42:03 2008
@@ -5,7 +5,7 @@
   return this;
  }
  
- function RTClass(name) {
+ function TkirbyClass(name) {
   var _newclass_;
   eval("window."+name+"	= new Function('this."+name+".apply(this,arguments);');");
   eval("window."+name+".define = _ClassSetup;");

Modified: rt/branches/3.999-DANGEROUS/share/web/static/js/list.js
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/web/static/js/list.js	(original)
+++ rt/branches/3.999-DANGEROUS/share/web/static/js/list.js	Wed Sep 17 12:42:03 2008
@@ -1,6 +1,6 @@
 /* by TKirby, released under GPL */
 /* Define the "list" Class */
-RTClass("list").define({
+TkirbyClass("list").define({
  name : null,
  xml  : null,
  sels : null,


More information about the Rt-commit mailing list