OSDN Git Service

mac対応(ctrlKey→metaKeyに) master
authortnantoka <t@t-no-macbook.local>
Sat, 16 Jan 2010 23:20:26 +0000 (08:20 +0900)
committertnantoka <t@t-no-macbook.local>
Sat, 16 Jan 2010 23:20:26 +0000 (08:20 +0900)
jquery.tagget.js

index 39a2b3e..7f00ccc 100644 (file)
                        }
 
                        // Ctrl+Enterで閉じタグ補完
-                       if (e.ctrlKey && e.which == 13) {
+                       if (e.metaKey && e.which == 13) {
 
                                if (Wrapper.checkType(t, 'html')) {