Commit d49bb253 authored by JC Brand's avatar JC Brand

Stupid issue.

With jquery  > 1.8.3, $(window).trigger('focus') doesn't trigger the handler.
Manually focusing the window does however trigger the handler.
parent acac662b
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment