Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: lib/google_maps_api.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/google_map_search.dart ('k') | lib/google_signin.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/google_maps_api.dart
diff --git a/lib/google_maps_api.dart b/lib/google_maps_api.dart
index 76c0505aedb4ef10772ed225a89fd7226a8b8ab6..6416a89c4cdef52b4d0ae9fcd5902a00e38edbab 100644
--- a/lib/google_maps_api.dart
+++ b/lib/google_maps_api.dart
@@ -48,11 +48,6 @@ class GoogleMapsApi extends HtmlElement with CustomElementProxyMixin, PolymerBas
String get language => jsElement[r'language'];
set language(String value) { jsElement[r'language'] = value; }
- /// The libraries to load with this map. For more information
- /// see https://developers.google.com/maps/documentation/javascript/libraries.
- String get libraries => jsElement[r'libraries'];
- set libraries(String value) { jsElement[r'libraries'] = value; }
-
/// Name of event fired when library is loaded and available.
String get notifyEvent => jsElement[r'notifyEvent'];
set notifyEvent(String value) { jsElement[r'notifyEvent'] = value; }
« no previous file with comments | « lib/google_map_search.dart ('k') | lib/google_signin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698