Created
January 23, 2013 10:33
-
-
Save tcorral/4604184 to your computer and use it in GitHub Desktop.
URL namespace to use in Hydra workshops
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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