Class: Workbench::JSLibs

Inherits:
Object
  • Object
show all
Defined in:
lib/work_bench/js_libs.rb

Overview

Available JS libraries

Constant Summary collapse

LIST =
{
  'jquery'              => 'http://code.jquery.com/jquery.js', # latest jQuery
  'jquery-ui'           => 'http://yandex.st/jquery-ui/1.8.16/jquery-ui.js',
  'jquery-cookie'       => 'http://yandex.st/jquery/cookie/1.0/jquery.cookie.js',
  'jquery-easing'       => 'http://yandex.st/jquery/easing/1.3/jquery.easing.js',
  'json'                => 'http://yandex.st/json2/2011-01-18/json2.js',
  'backbone'            => 'http://documentcloud.github.com/backbone/backbone.js',
  'underscore'          => 'http://documentcloud.github.com/underscore/underscore.js',
}