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

Commit 82b4f3e

Browse files
committed
fix(animation): temporary fix for Animation symbol conflict
PR 808 will address this.
1 parent 6ac105c commit 82b4f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/_specs.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
library ng_specs;
22

3-
import 'dart:html';
3+
import 'dart:html' hide Animation;
44
import 'package:unittest/unittest.dart' as unit;
55
import 'package:angular/angular.dart';
66
import 'package:angular/mock/module.dart';
77
import 'package:collection/wrappers.dart' show DelegatingList;
88

99
import 'jasmine_syntax.dart' as jasmine_syntax;
1010

11-
export 'dart:html';
11+
export 'dart:html' hide Animation;
1212
export 'package:unittest/unittest.dart';
1313
export 'package:unittest/mock.dart';
1414
export 'package:di/dynamic_injector.dart';

0 commit comments

Comments
 (0)