Skip to content

Commit

Permalink
Merge branch '0.7' of github.com:Flotype/now into 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sridatta committed Jul 19, 2011
2 parents 6fb4bf0 + 4b107cc commit 1d631e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/nowUtil.js
Expand Up @@ -8,6 +8,7 @@ var util = {
},

clone: function (proto, obj) {
if (!(obj && typeof obj == 'object')) obj = {};
obj.__proto__ = proto;
return obj;
},
Expand All @@ -22,7 +23,7 @@ var util = {
console.log(err.stack);
}
},

getAllChildFqns: function (parentObj, parentFqn) {
var fqns = [];

Expand Down

0 comments on commit 1d631e9

Please sign in to comment.