Browse Source

auto commit

dev8
jfinn 4 years ago
parent
commit
c4ec49ac22
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      rdev/hooks/hookImports3.js

+ 15
- 0
rdev/hooks/hookImports3.js View File

@@ -0,0 +1,15 @@
1
+
2
+
3
+MiddlewareRegistry.register(store => next => action => {
4
+	if (window.dev_middleware_listner_sync3){
5
+		
6
+	window.dev_middleware_listner_sync3({store,next,action,that:this})
7
+
8
+	}
9
+	// setTimeout(window.dev_middleware_listner,1,{store,next,action,that:this})
10
+
11
+
12
+	return next(action);
13
+	
14
+
15
+});

Loading…
Cancel
Save