Skip to content

Commit

Permalink
update generator
Browse files Browse the repository at this point in the history
  • Loading branch information
a14n committed May 3, 2015
1 parent 8c3467b commit 679cf21
Show file tree
Hide file tree
Showing 10 changed files with 2,260 additions and 3,144 deletions.
4 changes: 2 additions & 2 deletions build.dart
Expand Up @@ -4,6 +4,6 @@ import 'package:js/generators/js_interface_generator.dart';
import 'package:source_gen/source_gen.dart';

void main(List<String> args) {
build(args, const [const JsInterfaceGenerator()],
librarySearchPaths: ['lib']).then(print);
build(args, [new JsInterfaceGenerator()],
librarySearchPaths: ['lib', 'example']).then(print);
}
2 changes: 1 addition & 1 deletion lib/src/google_maps.dart
Expand Up @@ -201,7 +201,7 @@ abstract class _Controls extends JsInterface
return new MVCArray<Node>.created(value);
}
void operator []=(ControlPosition controlPosition, MVCArray<Node> nodes) {
asJsObject(this)[_toJsControlPosition(controlPosition)] = toJs(nodes);
asJsObject(this)[_toJsControlPosition(controlPosition)] = asJsObject(nodes);
}
Iterable<ControlPosition> get keys {
var result = <ControlPosition>[];
Expand Down
3,541 changes: 1,504 additions & 2,037 deletions lib/src/google_maps.g.dart

Large diffs are not rendered by default.

283 changes: 82 additions & 201 deletions lib/src/google_maps_adsense.g.dart

Large diffs are not rendered by default.

263 changes: 105 additions & 158 deletions lib/src/google_maps_drawing.g.dart

Large diffs are not rendered by default.

64 changes: 30 additions & 34 deletions lib/src/google_maps_geometry.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 29 additions & 24 deletions lib/src/google_maps_panoramio.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 679cf21

Please sign in to comment.