diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:10:00 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:10:00 -0400 |
commit | 054b208a9990fd71d30285e707ad53dae5a48247 (patch) | |
tree | 257e0b2a2139fb1c584f43c8ec43e2a405916a6f /grunt.js | |
parent | 056f83fb0124fef9cbcad7a95b6bb517294a8ea0 (diff) | |
download | jquery-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: { |