Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 21ed01a

Browse files
author
jwngr
committed
Fixed event type for $firebaseObject.$watch()
1 parent ba5d937 commit 21ed01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FirebaseObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
/**
152152
* Listeners passed into this method are notified whenever a new change is received
153153
* from the server. Each invocation is sent an object containing
154-
* <code>{ type: 'child_updated', key: 'my_firebase_id' }</code>
154+
* <code>{ type: 'value', key: 'my_firebase_id' }</code>
155155
*
156156
* This method returns an unbind function that can be used to detach the listener.
157157
*

0 commit comments

Comments
 (0)