소스 검색

Stupid issue.

With jquery  > 1.8.3, $(window).trigger('focus') doesn't trigger the handler.
Manually focusing the window does however trigger the handler.
JC Brand 12 년 전
부모
커밋
d49bb25333
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      bower.json

+ 2 - 2
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",