

3·
2 months agoWhat’s the point?
What’s the point?
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
Idgi.
At least we don’t use the Roman method of varied hour lengths depending in the time of day and times of year.
deleted by creator