[ResourcePriorities] Error in example

Hello!

In example from section 1.4 lazyload is set via setAttribute from js:
assets[i + j].setAttribute('lazyload');
But lazyload attribute is defined readonly in section 4.4.1, so, if I understand the readonly modifier correctly, this statement would at least have no effect on the assets[i + j].

--
Regards,
Ivan Kotenkov

Received on Wednesday, 11 September 2013 15:37:53 UTC