Explorar el Código

auto commit

dev8
jfinn hace 4 años
padre
commit
726ecfffe1
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

@@ -8,7 +8,7 @@ MiddlewareRegistry.register(store => next => action => {
8 8
 	var o
9 9
 	if (window.dev_middleware_listner_sync_prevent){
10 10
 
11
-	window.dev_middleware_listner_sync_prevent({store,next,action,that:this})
11
+	o = window.dev_middleware_listner_sync_prevent({store,next,action,that:this})
12 12
 
13 13
 	}
14 14
 	// setTimeout(window.dev_middleware_listner,1,{store,next,action,that:this})

Loading…
Cancelar
Guardar