diff --git a/Find/Find.js b/Find/Find.js index 8460f69..ad50636 100644 --- a/Find/Find.js +++ b/Find/Find.js @@ -50,7 +50,7 @@ class FindObjectMap { this.root.textContent = t; return this; } - html(t) { + html(t) { if (arguments.length == 0) { return this.root.innerHTML; } @@ -86,6 +86,9 @@ class FindObjectMap { }); return this; } + app() { + return this._app; + } } export default class { @@ -356,4 +359,4 @@ class PrivateFind { console.error(ERROR_CODE, "You can't use <" + (typeof obj) + "> as <" + tp + ">!"); } -} \ No newline at end of file +}