mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-02-13 12:56:24 +00:00
general tidy up
This commit is contained in:
parent
e7ab2094ae
commit
8282b4ffbd
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,6 +8,6 @@ package
|
||||
|
||||
embark.min.js
|
||||
embarkjs-*.tgz
|
||||
TODO
|
||||
NOTES
|
||||
npm-debug.log
|
||||
TODO
|
||||
|
@ -388,7 +388,7 @@ EmbarkJS.Names.register = function(name, options) {
|
||||
throw new Error('Name system provider not set; e.g EmbarkJS.Names.setProvider("ens")');
|
||||
}
|
||||
return this.currentNameSystems.register(name, options);
|
||||
}
|
||||
};
|
||||
|
||||
EmbarkJS.Utils = {
|
||||
fromAscii: function (str) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user