2 changed files with 25 additions and 1 deletions
@ -0,0 +1,23 @@ |
|||||
|
|
||||
|
var IguanaAPI = function() { |
||||
|
|
||||
|
var btcrpcEncryptwallet = function () { |
||||
|
|
||||
|
test: function(data) { |
||||
|
console.log(this.data); |
||||
|
return data; |
||||
|
} |
||||
|
|
||||
|
} |
||||
|
|
||||
|
return { |
||||
|
//main function to initiate the module
|
||||
|
init: function() { |
||||
|
btcrpcEncryptwallet(); |
||||
|
} |
||||
|
} |
||||
|
}(); |
||||
|
|
||||
|
jQuery(document).ready(function() { |
||||
|
IguanaAPI.init(); // init metronic core componets
|
||||
|
}); |
Loading…
Reference in new issue