Skip to content

Commit

Permalink
Oops, broke dart2js. (Will be included in 0.3.9.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Slesinsky committed Jun 24, 2015
1 parent 08bb09f commit 0aab8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/protobuf/mixins/map_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "package:protobuf/protobuf.dart" show BuilderInfo;
///
/// This mixin is enabled via an option in
/// dart_options.proto in dart-protoc-plugin.
abstract class PbMapMixin implements Map<String, dynamic> {
abstract class PbMapMixin implements Map {

// GeneratedMessage properties and methods used by this mixin.

Expand Down

0 comments on commit 0aab8a7

Please sign in to comment.