hbi99 / defiant.js

http://defiantjs.com
GNU Affero General Public License v3.0
913 stars 91 forks source link

Update defiant.min.js #101

Closed mahadevramule closed 6 years ago

mahadevramule commented 6 years ago

two changes added in defiant.min.js x10 variable is declared and window.URL || window.webkitURL is added

hbi99 commented 6 years ago

A minified file is created by automation script in gulp file and should not be directly edited.

mahadevramule commented 6 years ago

you are right but gulp don't know what is global variable like eg. window, it convert it into different variable (eg. in min file window variable converted into e ) , so the problem is that browser doesn't understand what is 'e'