bugfix missing prop
This commit is contained in:
parent
1f2169c78c
commit
f363f5ef02
|
@ -3,6 +3,7 @@
|
|||
var native = module.exports;
|
||||
|
||||
native._canCheck = function(me) {
|
||||
me._canCheck = {};
|
||||
return me
|
||||
.request({ url: me._baseUrl + '/api/_acme_api_/' })
|
||||
.then(function(resp) {
|
||||
|
|
Loading…
Reference in New Issue