From a2cc3558c3f5b23a1baaafea6484d4525229b232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 7 Jul 2014 18:54:56 +0100 Subject: [PATCH] Remove ngAnimate for the moment, we're not even using it It does have a very significant performance impact, in my measurements, buffer switching is 30% faster without it! --- index.html | 1 - js/glowingbear.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index c0633b0..bb9e2a7 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,6 @@ - diff --git a/js/glowingbear.js b/js/glowingbear.js index 3bba9b2..e3f590e 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -1,4 +1,4 @@ -var weechat = angular.module('weechat', ['ngRoute', 'localStorage', 'weechatModels', 'plugins', 'ngSanitize', 'ngWebsockets', 'pasvaz.bindonce', 'ngTouch', 'ngAnimate']); +var weechat = angular.module('weechat', ['ngRoute', 'localStorage', 'weechatModels', 'plugins', 'ngSanitize', 'ngWebsockets', 'pasvaz.bindonce', 'ngTouch']); weechat.filter('toArray', function () { 'use strict';