Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
b882c6ee1a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mdev/hooks.native.js

+ 1
- 1
mdev/hooks.native.js View File

@@ -7,7 +7,7 @@ import { MiddlewareRegistry } from '../react/features/base/redux';
7 7
 MiddlewareRegistry.register(store => next => action => {
8 8
 	if (window.dev_middleware_listner_sync){
9 9
 		try {
10
-		setTimeout(window.dev_middleware_listner_sync.bind({info1:"dflt_that"},{store,next,action,that:this}),1)
10
+		setTimeout(window.dev_middleware_listner_sync.bind({info1:"dflt_that"},{store,next,action,that:this,args:arguments}),1)
11 11
 
12 12
 		} catch (err){
13 13
 			console.error("dev_middleware_listner_sync ERR:",err)

Loading…
Cancel
Save