OLD | NEW |
(Empty) | |
| 1 >>> |
| 2 const NO_DART_SCRIPT_AND_EXPERIMENTAL = const MessageTemplate( |
| 3 const MessageId('polymer', 6), |
| 4 'The experimental bootstrap feature doesn\'t support script tags on ' |
| 5 'the main document (for now).', |
| 6 'Script tags with experimental bootstrap', |
| 7 'This experimental feature is no longer supported.'); |
| 8 <<< |
| 9 const NO_DART_SCRIPT_AND_EXPERIMENTAL = const MessageTemplate( |
| 10 const MessageId('polymer', 6), |
| 11 'The experimental bootstrap feature doesn\'t support script tags on ' |
| 12 'the main document (for now).', |
| 13 'Script tags with experimental bootstrap', |
| 14 'This experimental feature is no longer supported.'); |
OLD | NEW |