Skip to content

Commit 16a5059

Browse files
authored
[JS] [atoms] add get-element-from-cache as a fragment (#12532)
1 parent e1ef766 commit 16a5059

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

javascript/atoms/fragments/BUILD.bazel

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ closure_fragment(
7878
],
7979
)
8080

81+
closure_fragment(
82+
name = "get-element-from-cache",
83+
function = "bot.inject.cache.getElement",
84+
module = "bot.inject",
85+
visibility = [],
86+
deps = [
87+
"//javascript/atoms:inject",
88+
],
89+
)
90+
8191
closure_fragment(
8292
name = "get-location",
8393
function = "bot.geolocation.getCurrentPosition",

0 commit comments

Comments
 (0)