Chromium Code Reviews| Index: client/layout/layout.dart |
| diff --git a/client/layout/layout.dart b/client/layout/layout.dart |
| index fc4a5eb06af9b327a80c229968cf92efde61f0eb..76ae3ffb3edd9b2c429230d21ceab12ba6285ade 100644 |
| --- a/client/layout/layout.dart |
| +++ b/client/layout/layout.dart |
| @@ -5,7 +5,7 @@ |
| #library('layout.dart'); |
| #import('../base/base.dart'); |
| -#import('dart:html'); |
| +#import('../html/html.dart'); |
|
Jacob
2011/10/27 21:35:43
you accidentally uploaded with the change back to
nweiz
2011/10/27 22:36:54
Whoops, fixed.
|
| #import('../util/utilslib.dart'); |
| #source('GridLayout.dart'); |