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 @@ ...@@ -2,11 +2,11 @@
"name": "converse", "name": "converse",
"version": "0.5.0", "version": "0.5.0",
"devDependencies": { "devDependencies": {
"jasmine": "https://github.com/jcbrand/jasmine.git" "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"
}, },
"dependencies": { "dependencies": {
"requirejs": "2.1.8", "requirejs": "2.1.8",
"jquery": "1.10.2", "jquery": "1.8.3",
"sjcl": "git://github.com/bitwiseshiftleft/sjcl.git", "sjcl": "git://github.com/bitwiseshiftleft/sjcl.git",
"jed": "0.5.4", "jed": "0.5.4",
"tinysort": "git://github.com/Sjeiti/TinySort.git", "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