change to camelCase
This commit is contained in:
parent
1d5238b2b8
commit
19b9fcd0b1
1 changed files with 6 additions and 7 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var imports = require('soop').imports();
|
|
||||||
var preconditions = require('preconditions').singleton();
|
var preconditions = require('preconditions').singleton();
|
||||||
|
|
||||||
function Structure() {}
|
function Structure() {}
|
||||||
|
|
@ -73,4 +72,4 @@ Structure.parseBitcoinURI = function(uri) {
|
||||||
return ret;
|
return ret;
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = require('soop')(Structure);
|
module.exports = Structure;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue