Skip to content

Commit

Permalink
Exposing is_focusable atom for use in drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 19, 2018
1 parent edbc914 commit 583aca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions javascript/atoms/fragments/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ js_fragment(
module = "bot.dom",
deps = [ "//javascript/atoms:all_js" ])

js_fragment(
name = "is_focusable",
function = "bot.dom.isFocusable",
module = "bot.dom",
deps = [ "//javascript/atoms:all_js" ])

js_fragment(
name = "is_interactable",
function = "bot.dom.isInteractable",
Expand Down

0 comments on commit 583aca9

Please sign in to comment.