Skip to content

Instantly share code, notes, and snippets.

@egm0121
Created August 20, 2012 21:45
Show Gist options
  • Save egm0121/3408183 to your computer and use it in GitHub Desktop.
Save egm0121/3408183 to your computer and use it in GitHub Desktop.
upCloo suggest getData plugin
(function(g){ return "upcloo" in g && "suggest" in g.upcloo ? g.upcloo.suggest.getData = function(){ return ["SOME","JSON"];} :false;})(this);
(function(g){ return "upCloo" in g && "suggest" in g.upCloo ? g.upCloo.suggest.getData = function(){ return ["SOME","JSON"];} :false;})(this);
@wdalmut
Copy link

wdalmut commented Aug 23, 2012

I've fixed.

@wdalmut
Copy link

wdalmut commented Aug 23, 2012

Just 629 bytes using 3 proposals and JS compression, 273 bytes gzipped and JS compression

@wdalmut
Copy link

wdalmut commented Aug 23, 2012

Mark this as closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment