mikehenrty/mech-turk

turn $() function into a cache, so that you only query once

Opened this issue · 0 comments

let $ = (function() {
  return function() {
    // check cache
... etc