- /*
- * GetProject
- *
- * Gets the page project for use in ajax requests
- *
- * @author Christopher Han <xiphux@gmail.com>
- * @copyright Copyright (c) 2011 Christopher Han
- * @package GitPHP
- * @subpackage Javascript
- */
- define(['module'],
- function(module) {
- return module.config().project || null;
- }
- );
|