1
Fork 0

Add minification process

This commit is contained in:
Guillaume Gomez 2018-05-11 00:02:05 +02:00
parent c8a3ec1ce6
commit 4b14573d50
5 changed files with 53 additions and 18 deletions

View file

@ -196,7 +196,7 @@
onEach(e.getElementsByTagName('span'), function(i_e) {
removeClass(i_e, 'line-highlighted');
});
})
});
for (i = from; i <= to; ++i) {
addClass(document.getElementById(i), 'line-highlighted');
}
@ -1944,7 +1944,7 @@
hasClass(next.nextElementSibling, 'docblock')))) {
insertAfter(toggle.cloneNode(true), e.childNodes[e.childNodes.length - 1]);
}
}
};
onEach(document.getElementsByClassName('method'), func);
onEach(document.getElementsByClassName('impl'), func);
onEach(document.getElementsByClassName('impl-items'), function(e) {