Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / src / data / Tree.js
index c0a60c1..a822ab3 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Ext JS Library 3.0.0
+ * Ext JS Library 3.0.3
  * Copyright(c) 2006-2009 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
@@ -613,7 +613,7 @@ Ext.extend(Ext.data.Node, Ext.util.Observable, {
             if(t){\r
                 t.unregisterNode(this);\r
             }\r
-            this.id = id;\r
+            this.id = this.attributes.id = id;\r
             if(t){\r
                 t.registerNode(this);\r
             }\r