fix typo that caused the RPC not to load
This commit is contained in:
parent
2411932229
commit
dfae2908eb
@ -342,7 +342,7 @@ types of messages:
|
|||||||
'/common/common-util.js',
|
'/common/common-util.js',
|
||||||
'/bower_components/tweetnacl/nacl-fast.min.js',
|
'/bower_components/tweetnacl/nacl-fast.min.js',
|
||||||
], function (Util) {
|
], function (Util) {
|
||||||
return factory(Util, window.Nacl);
|
return factory(Util, window.nacl);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// I'm not gonna bother supporting any other kind of instanciation
|
// I'm not gonna bother supporting any other kind of instanciation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user