Skip to content

Instantly share code, notes, and snippets.

@lewang
Created December 6, 2012 01:34
Show Gist options
  • Save lewang/4221163 to your computer and use it in GitHub Desktop.
Save lewang/4221163 to your computer and use it in GitHub Desktop.
mySearch = {
comparator
values
target: realTarget
field: underscore(field)
}
# // Generated by CoffeeScript 1.3.3
# (function() {
# var mySearch;
#
# mySearch = {
# comparator: comparator,
# values: values,
# target: realTarget,
# field: underscore(field)
# };
#
# }).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment