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

Commit

Permalink
chore(animate): Move animate's MirrorsUsed to the animate library
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer committed Mar 26, 2014
1 parent ee4a448 commit 9e97e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/angular.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import 'package:intl/date_symbol_data_local.dart';
*/
@MirrorsUsed(targets: const [
'angular',
'angular.animate',
'angular.core',
'angular.core.dom',
'angular.filter',
Expand Down
5 changes: 5 additions & 0 deletions lib/animate/module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ import 'package:logging/logging.dart';
import 'package:perf_api/perf_api.dart';
import 'package:di/di.dart';

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

part 'animations.dart';
part 'animation_loop.dart';
part 'animation_optimizer.dart';
Expand Down

0 comments on commit 9e97e1b

Please sign in to comment.