Skip to content

Instantly share code, notes, and snippets.

@tcorral
Created January 23, 2013 10:33
Show Gist options
  • Select an option

  • Save tcorral/4604184 to your computer and use it in GitHub Desktop.

Select an option

Save tcorral/4604184 to your computer and use it in GitHub Desktop.
URL namespace to use in Hydra workshops
(function(ns)
{
'use strict';
var URL = {};
URL.getDataBaseUrl = function()
{
return 'http://gist.github.com/raw/4604119/418e5cfdb9bbcac2d1f6b1d32bb91a5f048777e7/gistfile1.json';
};
// Expose to the namespace.
ns.url = URL;
}(App));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment