| Index: frog/lib/corelib.dart
|
| diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
|
| index e1e9a863935bc36036422f266e49e31bbd53e07e..b2f633eeac975d0c31ba0dad7026dbc473c6f00a 100644
|
| --- a/frog/lib/corelib.dart
|
| +++ b/frog/lib/corelib.dart
|
| @@ -56,7 +56,7 @@ class Clock {
|
|
|
| // TODO(jmesserly): this is working around a name conflict with "window.print".
|
| void print(Object obj) => _print(obj);
|
| -void _print(Object obj) native '''if (typeof console == 'object') {
|
| +void _print(Object obj) native @'''if (typeof console == 'object') {
|
| if (obj) obj = obj.toString();
|
| console.log(obj);
|
| } else {
|
|
|