Skip to content

Commit

Permalink
add comment block around api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Feb 27, 2014
1 parent dd730d1 commit 99cd57d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions google-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<link rel="import" href="../polymer/polymer.html">

<!--
/**
*
* Google Maps element
Expand All @@ -16,6 +15,10 @@
* @categories Charts and Graphs
*
*/
-->

<link rel="import" href="../polymer/polymer.html">

<polymer-element name="google-map" attributes="latitude longitude zoom showCenterMarker map">
<template>
<style>
Expand Down

0 comments on commit 99cd57d

Please sign in to comment.