This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
mightyplow
/
jslib
Seguir
1
Destacar
1
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
develop
Ramas
Etiquetas
develop
master
jslib
/
tests
/
html.js
html.js
111 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
8
'use strict'
module.exports = {
createLinkTag: test => {
test.ok(true)
test.done()
}
}