I am going through the twitter tutorial located here
http://manual.qooxdoo.org/current/pages/desktop/tutorials/tutorial-part-1.html
and there the author changes the list declaration from var list = new
qx.ui.form.List() to this.__list = new qx.ui.form.List().
What is the reason for this change. Why should it change from simple
variable to property? The accessor method
getlist: function(){
return this.__list;
}
wouldn't work the same if __list was a simple variable?
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel