/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/cssstyle/lib/properties/borderRightWidth.js
16 строк
351 B
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
'use strict'; var isValid = (module.exports.isValid = require('./borderWidth').isValid); module.exports.definition = { set: function(v) { if (isValid(v)) { this._setProperty('border-right-width', v); } }, get: function() { return this.getPropertyValue('border-right-width'); }, enumerable: true, configurable: true, };