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

Commit

Permalink
fix(json): Fix one more location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer committed Oct 30, 2013
1 parent ee281b6 commit 46093e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core_dom/module.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
library angular.core.dom;

import 'dart:async' as async;
import 'dart:json' as json;
import 'dart:html' as dom;
import 'dart:mirrors';

import 'package:di/di.dart';
import 'package:json/json.dart' as json;
import 'package:perf_api/perf_api.dart';

import '../core/module.dart';
Expand Down

0 comments on commit 46093e1

Please sign in to comment.