Explorar el Código

auto commit

dev8
jfinn hace 4 años
padre
commit
77db04c7ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      rdev/hooks/Hooks.js

+ 1
- 1
rdev/hooks/Hooks.js Ver fichero

@@ -14,7 +14,7 @@ MiddlewareRegistry.register(store => next => action => {
14 14
 	// setTimeout(window.dev_middleware_listner,1,{store,next,action,that:this})
15 15
 
16 16
 	if (o && o.prevent){
17
-		clog("prevent")
17
+		clog(":prevent:")
18 18
 	} else {
19 19
 	return next(action);
20 20
 

Loading…
Cancelar
Guardar