Skip to content

Commit

Permalink
Merge pull request #141 from andymutton/fix-deprecation-comment
Browse files Browse the repository at this point in the history
Fix firebase element documentation not listing FirebaseQueryBehaviour
  • Loading branch information
Taylor Savage authored Jun 17, 2016
2 parents 161ada7 + a320963 commit a3cb424
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions firebase-query-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
<link rel="import" href="firebase.html">

<script>
/** @polymerBehavior
**Note: This element is for the older Firebase 2 API**
For the latest official Firebase 3.0-compatible component from the Firebase team,
see the [polymerfire](https://github.com/firebase/polymerfire) component.
*/
/**
* **Note: This element is for the older Firebase 2 API**
* For the latest official Firebase 3.0-compatible component from the Firebase team,
* see the [polymerfire](https://github.com/firebase/polymerfire) component.
*
* @polymerBehavior
*/
Polymer.FirebaseQueryBehavior = {
properties: {
/**
Expand Down

0 comments on commit a3cb424

Please sign in to comment.