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

Commit

Permalink
fix(animate): Remove a reference to dart:mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer authored and rkirov committed Oct 8, 2014
1 parent e6387cf commit 9a60bcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/animate/module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ import 'package:perf_api/perf_api.dart';
import 'package:di/di.dart';
import 'package:di/annotations.dart';

@MirrorsUsed(targets: const [
'angular.animate'
])
import 'dart:mirrors' show MirrorsUsed;
import 'dart:collection';

part 'animations.dart';
Expand Down

0 comments on commit 9a60bcb

Please sign in to comment.