Remove useless configuration

This commit is contained in:
Pierre 2018-05-02 17:44:20 +02:00
parent 2f399d17c0
commit f50dca1864

View File

@ -127,8 +127,6 @@ function byId(nodeName){
* @return {Boolean} True for a success * @return {Boolean} True for a success
*/ */
function emptyElem(container){ function emptyElem(container){
//Get children references
var children = container.children;
//Process each child //Process each child
while(container.children.length > 0){ while(container.children.length > 0){