mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 02:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fa039200ef
commit
9c9622e999
@ -517,6 +517,9 @@ function(obj, name, callback, props){
|
|||||||
//
|
//
|
||||||
// XXX BUG: the two flows with parent(proto.__call__, ..) and
|
// XXX BUG: the two flows with parent(proto.__call__, ..) and
|
||||||
// parent(proto, '__call__', ..) yeild different results...
|
// parent(proto, '__call__', ..) yeild different results...
|
||||||
|
// ...this appears to affect only the .__call__(..) method...
|
||||||
|
// the problem seems to be that we are getting the first non-match
|
||||||
|
// when we want the first match after current...
|
||||||
var parent =
|
var parent =
|
||||||
module.parent =
|
module.parent =
|
||||||
function(proto, name){
|
function(proto, name){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user