UNPKG
box-ui-elements-mlh
Version:
latest (2.0.0)
2.0.0
1.0.0
Box UI Elements
github.com/MaximeLhermite/box-ui-elements
MaximeLhermite/box-ui-elements
box-ui-elements-mlh
/
es
/
features
/
targeting
/
alwaysTargeted.js
11 lines
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Return a targetingApi that is always targeting */
var
alwaysTargeted = { canShow:
true
, onShow:
function
onShow
()
{}, onClose:
function
onClose
()
{}, onComplete:
function
onComplete
()
{} }; export
default
alwaysTargeted;
//# sourceMappingURL=alwaysTargeted.js.map