We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 161ada7 + a320963 commit a3cb424Copy full SHA for a3cb424
firebase-query-behavior.html
@@ -12,11 +12,13 @@
12
<link rel="import" href="firebase.html">
13
14
<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
- */
+ /**
+ * **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.
+ *
20
+ * @polymerBehavior
21
+ */
22
Polymer.FirebaseQueryBehavior = {
23
properties: {
24
/**
0 commit comments