Chromium Code Reviews| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/clickcounter.dart |
| =================================================================== |
| --- editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/clickcounter.dart (revision 27957) |
| +++ editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/clickcounter.dart (working copy) |
| @@ -1,3 +1,4 @@ |
| +library clickcounter; |
|
devoncarew
2013/09/26 16:03:39
nit: please add a black line between library and i
keertip
2013/09/26 16:07:30
Done.
|
| import 'package:polymer/polymer.dart'; |
| @CustomTag('click-counter') |