mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
comments in head_setter corrected
This commit is contained in:
parent
f2b277821d
commit
ef9bbb548d
@ -3,9 +3,9 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
// faviconType: string, is the type of the favicon, such as link, meta, etc.
|
||||
//faviconId id of the favicon
|
||||
// faviconDict: hash table containing the attributes of the relevant favicon
|
||||
// elementType: string, is the type of the element, such as link, meta, etc.
|
||||
// elementId id of the element
|
||||
// elementAttributes: hash table containing the attributes of the relevant element
|
||||
|
||||
let constructHeadElement = function(elementType, elementId, elementAttributes) {
|
||||
console.log('setfavicon invoked');
|
||||
|
Loading…
Reference in New Issue
Block a user