From 2ea0d4a87489efd57a30f8a04b660fe1fc7701da Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 28 Dec 2012 19:57:11 +0100 Subject: added animate-enhanced --- module/web/static/js/app.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/web/static/js/app.js') diff --git a/module/web/static/js/app.js b/module/web/static/js/app.js index 52a181463..59098e8ca 100644 --- a/module/web/static/js/app.js +++ b/module/web/static/js/app.js @@ -10,10 +10,11 @@ define([ 'underscore', 'backbone', 'utils/initHB', - 'utils/animations', +// 'utils/animations', 'utils/lazyRequire', 'wreqr', - 'bootstrap' + 'bootstrap', + 'animate' ], function($, _, Backbone, Handlebars) { 'use strict'; -- cgit v1.2.3