Vulcan/packages/telescope-lib/lib/core.js

8 lines
127 B
JavaScript
Raw Normal View History

/**
* Kick off the global namespace for Telescope.
* @namespace Telescope
*/
Telescope = {};
2015-05-19 15:42:24 +09:00
Telescope.VERSION = '0.20.1';