1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-05 11:25:09 +01: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'; 'use strict';
// faviconType: string, is the type of the favicon, such as link, meta, etc. // elementType: string, is the type of the element, such as link, meta, etc.
//faviconId id of the favicon // elementId id of the element
// faviconDict: hash table containing the attributes of the relevant favicon // elementAttributes: hash table containing the attributes of the relevant element
let constructHeadElement = function(elementType, elementId, elementAttributes) { let constructHeadElement = function(elementType, elementId, elementAttributes) {
console.log('setfavicon invoked'); console.log('setfavicon invoked');