mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
/** document me */
|
|
var position = {
|
|
axis: {
|
|
/** document me */
|
|
x: 0,
|
|
y: 0
|
|
}
|
|
}; |