소스 검색

put proper semicolon

pull/1/head
10sr 12 년 전
부모
커밋
a1e1c43033
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      _keysnail.js

+ 2
- 2
_keysnail.js 파일 보기

@@ -202,8 +202,8 @@ ext.add("bookmark-delicious", function(){
a = function(){
if(! window.open(f + 'noui=1&jump=doclose', 'deliciousuiv6', 'location=1,links=0,scrollbars=0,toolbar=0,width=710,height=660')){
location.href = f + 'jump=yes';
};
}
}
};
if(/Firefox/.test(navigator.userAgent)){
setTimeout(a,0);
}else{


불러오는 중...
취소
저장