Browse
For agents
About
Presto Player
/
4.5.0
Presto Player
v4.5.0
Switch version
4.5.0
4.4.1
4.4.0
4.3.3
4.3.2
4.3.1
4.3.0
4.2.4
4.2.3
4.2.2
4.2.0
4.2.1
trunk
1.10.0
1.10.1
1.10.2
1.11.0
1.12.0
1.13.0
1.14.0
1.14.1
1.5.10
1.5.11
1.5.12
1.5.13
All 126 releases
Overview
Code
presto-player
/
src
/
shims
/
presto-components-loader.js
presto-components-loader.js
4 lines
199 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
//
Local shim to avoid bundling @presto-player/components runtime via webpack
2
//
and instead rely on the already-enqueued module script from PHP.
3
export
const
defineCustomElements
=
(
)
=>
undefined
;
4