Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/core/runtime.js
Original file line number Diff line number Diff line change
@@ -494,7 +494,7 @@
}
else {
if (obj._isClass) {
dispatcher = obj._klass;
dispatcher = obj._super;
}
else {
dispatcher = find_obj_super_dispatcher(obj, jsid, current_func);

1 comment on commit a4c12ba

@elia
Copy link
Member

@elia elia commented on a4c12ba Nov 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boom!

Please sign in to comment.