/* * GetProject * * Gets the page project 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().project || null; } );