diff options
Diffstat (limited to 'js/src/tab.js')
| -rw-r--r-- | js/src/tab.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/src/tab.js b/js/src/tab.js index 934341348..121669aad 100644 --- a/js/src/tab.js +++ b/js/src/tab.js @@ -219,6 +219,10 @@ class Tab { } }) } + + static _getInstance(element) { + return Data.getData(element, DATA_KEY) + } } /** |
