var TMU = {};

TMU.find = function( selector ) {
  return Array.from( document.querySelectorAll( selector ) );
};