Top Level Namespace

Defined Under Namespace

Modules: Myway Classes: String

Constant Summary collapse

JS_LIBS =
{
    'head' => 'https://github.com/headjs/headjs/raw/v0.96/dist/head.load.min.js',
    'jquery' => 'http://code.jquery.com/jquery-1.8.2.min.js',
    'backbone' => 'http://documentcloud.github.com/backbone/backbone-min.js',
    'underscore' => 'http://documentcloud.github.com/underscore/underscore-min.js',
    'bootstrap' => 'http://twitter.github.com/bootstrap/assets/bootstrap.zip',
    'kickstart' => 'http://www.99lime.com/downloads/',
    'yepnope' => 'https://github.com/SlexAxton/yepnope.js/archive/master.zip'
}