Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
ObsidianBlk
/
nespaint
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
No longer 'freezing' the instance.
dev-tmpl
Bryan Miller
hace 6 años
padre
4d0ebf35a2
commit
859ef65079
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
app/js/ui/EventWindow.js
+ 1
- 1
app/js/ui/EventWindow.js
Ver fichero
@@ -94,6 +94,6 @@ class EventWindow extends EventCaller{
const instance = new EventWindow();
Object.freeze(instance);
//
Object.freeze(instance);
export default instance;
Escribir
Vista previa
Cargando…
Cancelar
Guardar