Explorar el Código

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 hace 10 años
padre
commit
52df60ba81
Se han modificado 4 ficheros con 0 adiciones y 19 borrados
  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": {
     "jquery": ">=1.7.0",
     "jquery-ui": ">=1.9.2",
-    "jquery-tabby": "git://github.com/alanhogan/Tabby",
     "es5-shim": "~3.3.0",
     "codemirror": "~3.24.0",
     "require-css": "~0.1.2"

+ 0 - 7
config.js

@@ -16,7 +16,6 @@ require.config({
     "helios/index": "my/helios/index",
     "amber_lib/codemirror": "bower_components/codemirror",
     "amber_lib/es5-shim": "bower_components/es5-shim",
-    "amber_lib/jquery-tabby": "bower_components/jquery-tabby",
     "jquery-ui": [
       "bower_components/jquery-ui/jquery-ui.min",
       "bower_components/jquery-ui/ui/minified/jquery-ui.min",
@@ -52,12 +51,6 @@ require.config({
         "../../lib/codemirror"
       ]
     },
-    "amber_lib/jquery-tabby/jquery.textarea": {
-      "deps": [
-        "jquery",
-        "jquery"
-      ]
-    },
     "jquery-ui": {
       "deps": [
         "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',
 	'./codemirror',
     'jquery-ui',
-    'amber_lib/jquery-tabby/jquery.textarea',
     'amber_core/IDE',
     'amber_core/Examples',
     'amber_core/Benchfib',