pa7 / nude.js

Nudity detection with JavaScript and HTMLCanvas
http://www.patrick-wied.at/static/nudejs/
2.35k stars 225 forks source link

refactors loadImageById in order to avoid duplicate function #14

Open cmizzi opened 9 years ago

cmizzi commented 9 years ago

The function loadImageById() has the same content than loadImageByElement() excepted that the first one have one more line. So, I just refactored this part of script