We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
for some reason code in this repo doesn't seem to conform to our usual jslint config.
just noticed this code:
if( isForced() ) drop(); else prompt( drop, fail );
we usually enforce curly braces around if statements.
if
Activity