-
Event constructor not setting name?
Event constructor not setting name?
Is there a reason the event constructor isn't setting the name property that is being passed in?
proposed fix:
1573 Ext.util.Event = function(obj, name){
1574 - this.name;
1574 + this.name = name;
-
re:
re:
I am referring to line 1574 in ext-core-debug.js
-
Sencha User
Looks kind of funny sitting there by itself. 
Similar Threads
-
By seldon in forum Ext 1.x: Help & Discussion
Replies: 5
Last Post: 8 Nov 2011, 12:31 AM
-
By HorsMark in forum Ext 1.x: Help & Discussion
Replies: 17
Last Post: 27 Jun 2007, 2:34 AM
-
By sean in forum Ext 1.x: Help & Discussion
Replies: 3
Last Post: 29 Mar 2007, 7:14 AM
-
By nseb in forum Ext 2.x: Help & Discussion
Replies: 2
Last Post: 8 Mar 2007, 3:51 AM
-
By jay@moduscreate.com in forum Ext 1.x: Help & Discussion
Replies: 2
Last Post: 24 Oct 2006, 5:32 PM
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us