Renamed files
This commit is contained in:
committed by
Nicolò Ribaudo
parent
07e69c009b
commit
0f42accb87
@@ -0,0 +1,5 @@
|
||||
var bar = function () {};
|
||||
|
||||
bar.bind(foo);
|
||||
var foo = {};
|
||||
foo.bar.bind(foo);
|
||||
Reference in New Issue
Block a user