comparison static/js/wikked.js @ 77:d5caf4030999

Added moment.js for formatting dates.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Feb 2013 22:02:02 -0800
parents 97efd73f2158
children b03f083c3a29
comparison
equal deleted inserted replaced
76:f6b51480403e 77:d5caf4030999
8 paths: { 8 paths: {
9 jquery: 'js/jquery-1.8.3.min', 9 jquery: 'js/jquery-1.8.3.min',
10 underscore: 'js/underscore-min', 10 underscore: 'js/underscore-min',
11 backbone: 'js/backbone-min', 11 backbone: 'js/backbone-min',
12 handlebars: 'js/handlebars-1.0.rc.1', 12 handlebars: 'js/handlebars-1.0.rc.1',
13 bootstrap_modal: '/bootstrap/js/bootstrap-modal', 13 moment: 'js/moment.min',
14 text: 'js/text' 14 text: 'js/text',
15 bootstrap_modal: '/bootstrap/js/bootstrap-modal'
15 }, 16 },
16 shim: { 17 shim: {
17 'jquery': { 18 'jquery': {
18 exports: '$' 19 exports: '$'
19 }, 20 },