mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-11 11:29:59 +08:00
Fix list undefined bug
This commit is contained in:
@@ -63,7 +63,7 @@ var ReactFireMixin = {
|
||||
var out = [];
|
||||
if (obj) {
|
||||
if (this._isArray(obj)) {
|
||||
out = list;
|
||||
out = obj;
|
||||
}
|
||||
else if (typeof(obj) === "object") {
|
||||
for (var key in obj) {
|
||||
|
||||
Reference in New Issue
Block a user