| Index: sky/sdk/lib/mojo/asset_bundle.dart
|
| diff --git a/sky/sdk/lib/mojo/asset_bundle.dart b/sky/sdk/lib/mojo/asset_bundle.dart
|
| index 71ac10d7f65c99d0f59153aaa8af300ffe8f0634..2ef247ca432f2dd4ec7c64d990b5914f94311a62 100644
|
| --- a/sky/sdk/lib/mojo/asset_bundle.dart
|
| +++ b/sky/sdk/lib/mojo/asset_bundle.dart
|
| @@ -53,7 +53,7 @@ class MojoAssetBundle extends AssetBundle {
|
| return new MojoAssetBundle(bundle);
|
| }
|
|
|
| - final AssetBundleProxy _bundle;
|
| + AssetBundleProxy _bundle;
|
| Map<String, Future<sky.Image>> _imageCache = new Map<String, Future<sky.Image>>();
|
| Map<String, Future<String>> _stringCache = new Map<String, Future<String>>();
|
|
|
|
|