瀏覽代碼

jquery-tabby is never used

If used, .tabby() should be called on some jquery expression,
but 'tabby' substring is never to be found in the code.

Maybe it was used in past, but now CodeMirror takes care of Tab fine.
Herbert Vojčík 10 年之前
父節點
當前提交
04fd496afd
共有 3 個文件被更改,包括 0 次插入12 次删除
  1. 0 1
      bower.json
  2. 0 10
      jquery-tabby.amd.json
  3. 0 1
      set.js

+ 0 - 1
bower.json

@@ -13,7 +13,6 @@
     "jquery": ">=1.7.0",
     "jquery-ui": ">=1.9.2",
     "bootstrap2.3.2": "~2.3.2",
-    "jquery-tabby": "git://github.com/alanhogan/Tabby",
     "codemirror": "~3.24.0",
     "showdown": "~0.3.1"
   }

+ 0 - 10
jquery-tabby.amd.json

@@ -1,10 +0,0 @@
-{
-    "paths": {
-        "amber_lib/jquery-tabby": "."
-    },
-    "shim": {
-        "amber_lib/jquery-tabby/jquery.textarea": {
-            "deps": [ "jquery" ]
-        }
-    }
-}

+ 0 - 1
set.js

@@ -4,7 +4,6 @@ define([
 	'amber/lang',
 	'amber/codemirror',
     'jquery-ui',
-    'amber_lib/jquery-tabby/jquery.textarea',
     'amber_core/IDE',
     'amber_core/Examples',
     'amber_core/Benchfib',