Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
d4e0f1dd
Commit
d4e0f1dd
authored
Feb 08, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move execution txListener to Remix-Lib
parent
61f04c1c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
index.js
remix-lib/index.js
+3
-1
txListener.js
remix-lib/src/execution/txListener.js
+0
-0
No files found.
remix-lib/index.js
View file @
d4e0f1dd
...
@@ -21,6 +21,7 @@ var EventsDecoder = require('./src/execution/eventsDecoder')
...
@@ -21,6 +21,7 @@ var EventsDecoder = require('./src/execution/eventsDecoder')
var
txExecution
=
require
(
'./src/execution/txExecution'
)
var
txExecution
=
require
(
'./src/execution/txExecution'
)
var
txHelper
=
require
(
'./src/execution/txHelper'
)
var
txHelper
=
require
(
'./src/execution/txHelper'
)
var
txFormat
=
require
(
'./src/execution/txFormat'
)
var
txFormat
=
require
(
'./src/execution/txFormat'
)
var
txListener
=
require
(
'./src/execution/txListener'
)
var
executionContext
=
require
(
'./src/execution/execution-context'
)
var
executionContext
=
require
(
'./src/execution/execution-context'
)
if
(
typeof
(
module
)
!==
'undefined'
&&
typeof
(
module
.
exports
)
!==
'undefined'
)
{
if
(
typeof
(
module
)
!==
'undefined'
&&
typeof
(
module
.
exports
)
!==
'undefined'
)
{
...
@@ -61,7 +62,8 @@ function modules () {
...
@@ -61,7 +62,8 @@ function modules () {
txExecution
:
txExecution
,
txExecution
:
txExecution
,
txHelper
:
txHelper
,
txHelper
:
txHelper
,
executionContext
:
executionContext
,
executionContext
:
executionContext
,
txFormat
:
txFormat
txFormat
:
txFormat
,
txListener
:
txListener
}
}
}
}
}
}
remix-lib/src/execution/txListener.js
0 → 100644
View file @
d4e0f1dd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment