Skip to content

Commit a3cb424

Browse files
author
Taylor Savage
authored
Merge pull request #141 from andymutton/fix-deprecation-comment
Fix firebase element documentation not listing FirebaseQueryBehaviour
2 parents 161ada7 + a320963 commit a3cb424

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

firebase-query-behavior.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
<link rel="import" href="firebase.html">
1313

1414
<script>
15-
/** @polymerBehavior
16-
**Note: This element is for the older Firebase 2 API**
17-
For the latest official Firebase 3.0-compatible component from the Firebase team,
18-
see the [polymerfire](https://github.com/firebase/polymerfire) component.
19-
*/
15+
/**
16+
* **Note: This element is for the older Firebase 2 API**
17+
* For the latest official Firebase 3.0-compatible component from the Firebase team,
18+
* see the [polymerfire](https://github.com/firebase/polymerfire) component.
19+
*
20+
* @polymerBehavior
21+
*/
2022
Polymer.FirebaseQueryBehavior = {
2123
properties: {
2224
/**

0 commit comments

Comments
 (0)