ソースを参照

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 12 年 前
コミット
52df60ba81
4 ファイル変更0 行追加19 行削除
  1. 0 1
      bower.json
  2. 0 7
      config.js
  3. 0 10
      jquery-tabby.amd.json
  4. 0 1
      support/devel.js

+ 0 - 1
bower.json

@@ -16,7 +16,6 @@
   "dependencies": {
   "dependencies": {
     "jquery": ">=1.7.0",
     "jquery": ">=1.7.0",
     "jquery-ui": ">=1.9.2",
     "jquery-ui": ">=1.9.2",
-    "jquery-tabby": "git://github.com/alanhogan/Tabby",
     "es5-shim": "~3.3.0",
     "es5-shim": "~3.3.0",
     "codemirror": "~3.24.0",
     "codemirror": "~3.24.0",
     "require-css": "~0.1.2"
     "require-css": "~0.1.2"

+ 0 - 7
config.js

@@ -16,7 +16,6 @@ require.config({
     "helios/index": "my/helios/index",
     "helios/index": "my/helios/index",
     "amber_lib/codemirror": "bower_components/codemirror",
     "amber_lib/codemirror": "bower_components/codemirror",
     "amber_lib/es5-shim": "bower_components/es5-shim",
     "amber_lib/es5-shim": "bower_components/es5-shim",
-    "amber_lib/jquery-tabby": "bower_components/jquery-tabby",
     "jquery-ui": [
     "jquery-ui": [
       "bower_components/jquery-ui/jquery-ui.min",
       "bower_components/jquery-ui/jquery-ui.min",
       "bower_components/jquery-ui/ui/minified/jquery-ui.min",
       "bower_components/jquery-ui/ui/minified/jquery-ui.min",
@@ -52,12 +51,6 @@ require.config({
         "../../lib/codemirror"
         "../../lib/codemirror"
       ]
       ]
     },
     },
-    "amber_lib/jquery-tabby/jquery.textarea": {
-      "deps": [
-        "jquery",
-        "jquery"
-      ]
-    },
     "jquery-ui": {
     "jquery-ui": {
       "deps": [
       "deps": [
         "jquery",
         "jquery",

+ 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
support/devel.js

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