Skip to content

Commit

Permalink
Easily minifiable comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn authored and Martijn committed Aug 31, 2013
1 parent d4e383f commit e65fd65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions jquery.coverflow.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*jslint devel: true, bitwise: true, regexp: true, browser: true, confusion: true, unparam: true, eqeq: true, white: true, nomen: true, plusplus: true, maxerr: 50, indent: 4 */
/*globals jQuery */

/*
/*!
* Coverflow
*
* Copyright (c) 2013 Martijn W. van der Lee
* Licensed under the MIT.
*
* Lightweight and flexible coverflow effect using CSS3 transforms.
*/
/* Lightweight and flexible coverflow effect using CSS3 transforms.
* For modern browsers with some amount of graceful degradation.
* Optional support for jQuery.interpolate() plugin.
* Optional support for .reflect() plugins.
Expand Down
4 changes: 2 additions & 2 deletions jquery.interpolate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Copyright (c) 2013 Martijn W. van der Lee
* Licensed under the MIT.
*
* CSS style interpolation.
*/
/* CSS style interpolation.
* Requires jQuery 1.8+.
* Optionally jQueryUI for color support
*/
Expand Down

0 comments on commit e65fd65

Please sign in to comment.