jbmonroe

Results 3 issues of jbmonroe

``` var data_hr = selector.querySelectorAll('[data-hr]'); var bkC = (typeof this.options.backgroundColor !== 'undefined') ? this.options.backgroundColor : this.defaultOptions.backgroundColor; for (var j = 0; j < data_hr.length; j++) { data_hr[j].style.backgroundColor = bkC; }...

enhancement

I have a JS file that's an array of arrays used for games that need a dictionary. It's 1362KB in size, and upon loading it in Brackets, JSLint embarks on...

As noted in the Electron issue #13308, Electron doesn't handle ObjectURL and other subtle aspects of using an `````` tag to load an `````` specifying a PDF plugin--but I found...