Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
doc: How event listener is called in EventCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Feb 16, 2016
1 parent fe8028f commit 9e81930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/application/modules/EventCompiler.dart
Expand Up @@ -136,6 +136,7 @@ class EventCompiler {
return params;
}

// If, e.g. dataset is 'mdl-click', it calls _onClick(element,() { ... });
datasets[dataset](element,(final dom.Event event) {
//_logger.info("Compiled ${datasets[dataset]} for $element...");
_invokeFunction(myClassInstanceMirror,getFunctionName(),getParams(),event);
Expand Down

0 comments on commit 9e81930

Please sign in to comment.