From d49bb25333b0e34d419e1ae382976f462b33c110 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 30 Jul 2013 00:13:59 +0200 Subject: [PATCH] Stupid issue. With jquery > 1.8.3, $(window).trigger('focus') doesn't trigger the handler. Manually focusing the window does however trigger the handler. --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 14e882573..04b0ed6b9 100644 --- a/bower.json +++ b/bower.json @@ -2,11 +2,11 @@ "name": "converse", "version": "0.5.0", "devDependencies": { - "jasmine": "https://github.com/jcbrand/jasmine.git" + "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x" }, "dependencies": { "requirejs": "2.1.8", - "jquery": "1.10.2", + "jquery": "1.8.3", "sjcl": "git://github.com/bitwiseshiftleft/sjcl.git", "jed": "0.5.4", "tinysort": "git://github.com/Sjeiti/TinySort.git",