Slider Tests: Remove pointless doc blocks.

(cherry picked from commit e776a7fb09)
This commit is contained in:
Scott González 2013-06-04 09:35:37 -04:00
parent b10b8648c0
commit a2c88702de
4 changed files with 0 additions and 12 deletions

View File

@ -1,6 +1,3 @@
/*
* slider unit tests
*/
(function( $ ) { (function( $ ) {
// //
// Slider Test Helper Functions // Slider Test Helper Functions

View File

@ -1,6 +1,3 @@
/*
* slider_events.js
*/
(function( $ ) { (function( $ ) {
module( "slider: events" ); module( "slider: events" );

View File

@ -1,6 +1,3 @@
/*
* slider_methods.js
*/
(function( $ ) { (function( $ ) {
module( "slider: methods" ); module( "slider: methods" );

View File

@ -1,6 +1,3 @@
/*
* slider_options.js
*/
(function( $ ) { (function( $ ) {
var element, options; var element, options;