Skip to content

Instantly share code, notes, and snippets.

@jcleblanc
Created September 3, 2010 00:42
Show Gist options
  • Save jcleblanc/563203 to your computer and use it in GitHub Desktop.
Save jcleblanc/563203 to your computer and use it in GitHub Desktop.
//variable instantiation
var yqlPublicQueryURL = "http://query.yahooapis.com/v1/public/yql?";
var widgetStack = [];
var currString, resultFormat, queryInsert, setupConfig = [];
var regex = /\{([\w\-\.\[\]]+)\}/gi;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment