/* * GetUrl * * Gets the page url for use in ajax requests * * @author Christopher Han * @copyright Copyright (c) 2011 Christopher Han * @package GitPHP * @subpackage Javascript */ define(['module'], function(module) { return module.config().baseurl; } );