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

Commit

Permalink
Format of log-output in MaterialRepeat
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Feb 15, 2016
1 parent a8a9686 commit 5eeff21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/template/components/MaterialRepeat.dart
Expand Up @@ -315,8 +315,8 @@ class MaterialRepeat extends MdlTemplateComponent {

if(list is ObservableList) {
//_logger.info("List ist Observable!");
list.onChange.listen((final ListChangedEvent event) {
_logger.fine("Changetype: ${event.changetype} ");
list.onChange.listen( (final ListChangedEvent event) {
_logger.fine("Changetype: ${event} ");

switch(event.changetype) {
case ListChangeType.ADD:
Expand Down

0 comments on commit 5eeff21

Please sign in to comment.