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.
1 parent a79df01 commit 4d564a6Copy full SHA for 4d564a6
bit-docs.js
@@ -4,7 +4,7 @@ var tags = require("./tags/tags");
4
5
var mergeOnto = function(prop, dest, source){
6
if(!dest[prop]) {
7
- dest[prop] = {};
+ dest[prop] = [];
8
}
9
if(source[prop]) {
10
dest[prop] = dest[prop].concat(source[prop]);
0 commit comments