Skip to content

Commit

Permalink
issue Flotype#144
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Oct 4, 2011
1 parent de1ce43 commit bc849bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/now.js
Expand Up @@ -165,7 +165,7 @@
}
currVar = currVar[prop];
if(!(currVar && typeof currVar === "object")) {
currVar[prop] = {};
currVar = currVar[prop] = {};
}
}
return currVar;
Expand Down

0 comments on commit bc849bd

Please sign in to comment.