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
25a98418
Commit
25a98418
authored
Feb 15, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move udapp references to remixLib
parent
2751353d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
universal-dapp.js
src/universal-dapp.js
+3
-3
No files found.
src/universal-dapp.js
View file @
25a98418
...
@@ -8,9 +8,9 @@ var remixLib = require('remix-lib')
...
@@ -8,9 +8,9 @@ var remixLib = require('remix-lib')
var
EventManager
=
remixLib
.
EventManager
var
EventManager
=
remixLib
.
EventManager
var
crypto
=
require
(
'crypto'
)
var
crypto
=
require
(
'crypto'
)
var
TxRunner
=
require
(
'./app/execution/txRunner'
)
var
TxRunner
=
require
(
'./app/execution/txRunner'
)
var
tx
Format
=
require
(
'./app/execution/txFormat'
)
var
tx
Execution
=
remixLib
.
execution
.
txExecution
var
tx
Helper
=
require
(
'./app/execution/txHelper'
)
var
tx
Format
=
remixLib
.
execution
.
txFormat
var
tx
Execution
=
require
(
'./app/execution/txExecution'
)
var
tx
Helper
=
remixLib
.
execution
.
txHelper
var
executionContext
=
require
(
'./execution-context'
)
var
executionContext
=
require
(
'./execution-context'
)
var
modalCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
var
modalCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
...
...
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