The PE teacher.
master5o1
joined 2 years ago
First they came for the socialists, and I did not speak out—
Because I was not a socialist.
Then they came for the trade unionists, and I did not speak out—
Because I was not a trade unionist.
Then they came for the Jews, and I did not speak out—
Because I was not a Jew.
Then they came for me—and there was no one left to speak for me.
My assumption is that it's setting up an object to map element selectors -> callbacks.
var specialElementHandlers = {
'#editor': function() {
return true;
}
};
But yeah, could be something as
var specialElementHandlers = Object.assign({}, defaultHandlers, {
'#editor': function() {
return true;
}
}; // missing closing parenthesis
view more: next ›
I've always thought of these as basically a protection racket. Probably not literally, but close enough.