MCPcopy Create free account
hub / github.com/TruthHun/BookStack / populate

Function populate

static/editor.md/lib/codemirror/addon/hint/html-hint.js:332–335  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

330 rel: ["stylesheet", "alternate", "author", "bookmark", "help", "license", "next", "nofollow", "noreferrer", "prefetch", "prev", "search", "tag"]
331 };
332 function populate(obj) {
333 for (var attr in globalAttrs) if (globalAttrs.hasOwnProperty(attr))
334 obj.attrs[attr] = globalAttrs[attr];
335 }
336
337 populate(s);
338 for (var tag in data) if (data.hasOwnProperty(tag) && data[tag] != s)

Callers 1

html-hint.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected