ForEach macro definition and Dragger input code.

This commit is contained in:
Roy Frostig 2009-07-20 18:32:52 -07:00
parent 7b9d28aea7
commit 84d299c5e4

View File

@ -57,7 +57,7 @@ let Util = {
if (instance[key] instanceof Function)
instance[key] = bind(instance[key], instance);
}
};