Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
quick fix for dirty checking, tests forthcoming
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer committed Apr 30, 2014
1 parent 2dda1f1 commit 94084db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ class StaticFieldGetterFactory implements FieldGetterFactory {
Function method(Object object, String name) {
var method = getters[name];
if (method == null) throw "Missing method: $name";
return method;
return method(object);
}
}

0 comments on commit 94084db

Please sign in to comment.