1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +02:00

comments in head_setter corrected

This commit is contained in:
Cevo 2015-10-06 17:26:30 +02:00
parent f2b277821d
commit ef9bbb548d

View File

@ -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');