15 lines
215 B
PHP
15 lines
215 B
PHP
<?
|
|
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
return [
|
|
'js' => [
|
|
'/bitrix/js/ui/dexie/dist/dexie.bundle.js',
|
|
],
|
|
'skip_core' => true,
|
|
'rel' => [
|
|
'main.polyfill.core',
|
|
],
|
|
]; |