Home
last modified time | relevance | path

Searched refs:selectProp (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1selectProp="userSelect"in style?"userSelect":"MozUserSelect"in style?"MozUserSelect":"WebkitUserSe… variable
H A Dfabric.js2141 selectProp = 'userSelect' in style variable
2161 if (selectProp) {
2162 element.style[selectProp] = 'none';
2180 if (selectProp) {
2181 element.style[selectProp] = '';