1
0
Bläddra i källkod

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 år sedan
förälder
incheckning
52df60ba81
4 ändrade filer med 0 tillägg och 19 borttagningar
  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',