KOSASIH / SilkRoad

Void operators found JS-0098
Anti-pattern
Minor
8 months agoa year old
Expected 'undefined' and instead saw 'void'
241        }, {
242            key: 'copyText',
243            value: function copyText() {
244                var succeeded = void 0;245
246                try {
247                    succeeded = document.execCommand(this.action);