Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
807ec60e
Commit
807ec60e
authored
Jan 08, 2015
by
Marek Kotewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing jshint ignore
parent
f9cc0904
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ethereum.js
dist/ethereum.js
+1
-1
ethereum.js.map
dist/ethereum.js.map
+1
-1
contract.js
lib/contract.js
+1
-1
No files found.
dist/ethereum.js
View file @
807ec60e
...
@@ -394,7 +394,7 @@ module.exports = AutoProvider;
...
@@ -394,7 +394,7 @@ module.exports = AutoProvider;
// TODO: is these line is supposed to be here?
// TODO: is these line is supposed to be here?
if
(
"build"
!==
'build'
)
{
/*
if
(
"build"
!==
'build'
)
{
/*
var web3 = require('./web3');
var web3 = require('./web3');
// jshint ignore:line
*/
}
*/
}
var
abi
=
require
(
'./abi'
);
var
abi
=
require
(
'./abi'
);
...
...
dist/ethereum.js.map
View file @
807ec60e
This diff is collapsed.
Click to expand it.
lib/contract.js
View file @
807ec60e
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
// TODO: is these line is supposed to be here?
// TODO: is these line is supposed to be here?
if
(
process
.
env
.
NODE_ENV
!==
'build'
)
{
if
(
process
.
env
.
NODE_ENV
!==
'build'
)
{
var
web3
=
require
(
'./web3'
);
var
web3
=
require
(
'./web3'
);
// jshint ignore:line
}
}
var
abi
=
require
(
'./abi'
);
var
abi
=
require
(
'./abi'
);
...
...
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