| Index: client/html/src/CSSStyleDeclaration.dart
|
| diff --git a/client/html/src/CSSStyleDeclaration.dart b/client/html/src/CSSStyleDeclaration.dart
|
| index a997dc1b397f28d82ce8dee057dec19767b197a0..28ae18f72ab3d2124981e5a6c44702e184847f39 100644
|
| --- a/client/html/src/CSSStyleDeclaration.dart
|
| +++ b/client/html/src/CSSStyleDeclaration.dart
|
| @@ -10,7 +10,11 @@
|
|
|
| // TODO(jacobr): add versions that take numeric values in px, miliseconds, etc.
|
|
|
| -interface CSSStyleDeclaration {
|
| +interface CSSStyleDeclaration factory CSSStyleDeclarationWrappingImplementation {
|
| +
|
| + CSSStyleDeclaration();
|
| +
|
| + CSSStyleDeclaration.css(String css);
|
|
|
| String get cssText();
|
|
|
|
|