[Prototype-core] Re: [Rails Trac] #11481: [PATCH] [TEST] Constructor wrapper should return value

2008-04-28 Thread Richard Quadling
2008/4/28 Rails Trac [EMAIL PROTECTED]: #11481: [PATCH] [TEST] Constructor wrapper should return value ---+ Reporter: cch1 |Owner: sam Type: defect

[Prototype-core] Problem with getting my data

2008-04-28 Thread neoline
Hello, I have a problem and I cant solve it within 2 days. here is a code: var mapFeed = Class.create({ initialize: function() { this.mess = []; }, latestMessages: function() { var appendMessages = this.collectMess.bind(this);