Do not overwrite options.comments + cleanup

This commit is contained in:
Anthony Van de Gejuchte
2016-10-26 17:34:30 +02:00
committed by Richard van Velzen
parent 057de570e6
commit 79b98a9fe8
4 changed files with 63 additions and 52 deletions

View File

@@ -112,6 +112,8 @@ function merge(obj, ext) {
};
function noop() {};
function return_false() { return false; }
function return_true() { return true; }
var MAP = (function(){
function MAP(a, f, backwards) {