Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fixed header typo and README stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jan 4, 2011
1 parent c96697f commit 62cf5b7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ How to build qTip2 (using MAKE)
------------------------

In the main directory of the distribution (the one that this file is in), type
the following to build qTip2 and its accompanying CSS and images:
the following to build qTip2 and its accompanying CSS:

make

Expand All @@ -28,7 +28,6 @@ You can also create each individually using these commands:
make min # Build minified qTip2 source
make pack # Build minified and packed qTip2 source (Smallest filesize!)
make css # Build CSS files
make images # Build images

To build and test the source code against JSLint type this:

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.qtip.css
@@ -1,5 +1,5 @@
/*
* qTip2 - Pretty pwoerful tooltips
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: 2.0.0pre
Expand All @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Jan 4 01:45:08 2011 +0000
* Date: Tue Jan 4 01:49:28 2011 +0000
*/

.ui-tooltip-accessible{
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.qtip.js
@@ -1,5 +1,5 @@
/*
* qTip2 - Pretty pwoerful tooltips
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: 2.0.0pre
Expand All @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Jan 4 01:45:08 2011 +0000
* Date: Tue Jan 4 01:49:28 2011 +0000
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.qtip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/jquery.qtip.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/header.txt
@@ -1,5 +1,5 @@
/*
* qTip2 - Pretty pwoerful tooltips
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: @VERSION
Expand Down

0 comments on commit 62cf5b7

Please sign in to comment.