Explorar el Código

Fixed bug

master
Igor_Budimski hace 4 años
padre
commit
c1c22e49d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/parameters/contracts.js

+ 1
- 1
src/parameters/contracts.js Ver fichero

@@ -20,7 +20,7 @@ const contracts = () =>
new Param("br-landscapetable",["table"]),
new Param("br-transformrotate",["div", "table"]),
new Param("br-isolatedlandscape",["div", "table"]),
new Param("br-hidechildren",["div"]),
new Param("br-hidechildren",["div", "th", "tr"]),
new Param("br-root",["div"])
];
}

Cargando…
Cancelar
Guardar