aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-10-25 06:10:00 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-25 06:10:00 -0400
commit054b208a9990fd71d30285e707ad53dae5a48247 (patch)
tree257e0b2a2139fb1c584f43c8ec43e2a405916a6f /grunt.js
parent056f83fb0124fef9cbcad7a95b6bb517294a8ea0 (diff)
downloadjquery-ui-054b208a9990fd71d30285e707ad53dae5a48247.tar.gz
jquery-ui-054b208a9990fd71d30285e707ad53dae5a48247.zip
Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 96b53fe95..df7c6096e 100644
--- a/grunt.js
+++ b/grunt.js
@@ -281,7 +281,7 @@ grunt.initConfig({
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
// disabling everything that doesn't (quite) work with PhantomJS for now
// TODO except for all|index|test, try to include more as we go
- return !( /(all|all-active|index|test|draggable|droppable|selectable|resizable|sortable|dialog|slider|datepicker|tabs|tabs_deprecated|tooltip)\.html$/ ).test( file );
+ return !( /(all|all-active|index|test|draggable|droppable|selectable|resizable|sortable|dialog|slider|datepicker|tabs|tooltip)\.html$/ ).test( file );
})
},
lint: {