You are here

constant UNDERSCORE_CURRENT_VERSION_MASTER_URI in Underscore.js 7.2

URI of master version of Underscore.js.

3 uses of UNDERSCORE_CURRENT_VERSION_MASTER_URI
underscore_drush_download in drush/underscore.drush.inc
Downloads Underscore.js.
underscore_libraries_info in ./underscore.module
Implements hook_libraries_info().
_underscore_current_stable_version in ./underscore.module
Find out the current stable version of Underscore.js.

File

./underscore.module, line 10
Primary underscore module file.

Code

define('UNDERSCORE_CURRENT_VERSION_MASTER_URI', 'http://underscorejs.org/underscore.js');