Mercurial > wikked
diff 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 |
line wrap: on
line diff
--- a/static/js/wikked.js Wed Feb 27 22:02:02 2013 -0800 +++ b/static/js/wikked.js Wed Feb 27 22:02:02 2013 -0800 @@ -10,8 +10,9 @@ underscore: 'js/underscore-min', backbone: 'js/backbone-min', handlebars: 'js/handlebars-1.0.rc.1', - bootstrap_modal: '/bootstrap/js/bootstrap-modal', - text: 'js/text' + moment: 'js/moment.min', + text: 'js/text', + bootstrap_modal: '/bootstrap/js/bootstrap-modal' }, shim: { 'jquery': {