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

Commit

Permalink
Fixed problem with syntax in README and precompiled dist scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Aug 17, 2010
1 parent c0d7f71 commit 92fcd36
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@
Pre-compiled scripts
---------------------------------------
If you're not interested in compiling your own version of qTip, you can grab the pre-compiled scripts from the
[dist][http://github.com/Craga89/qTip/tree/master/dist/] directory and get started quickly. If you want more options
[dist](http://github.com/Craga89/qTip/tree/master/dist/) directory and get started quickly. If you want more options
over what plugins are included in your build, take a look below.


Expand Down Expand Up @@ -64,7 +64,7 @@ With this, the output files would be contained in `/home/craig/qtip/dist/`

Choosing which features are included in your build (MAKE only)
----------------------------------
By default qTip is built with all plugins built into the file. You can see an example of this in the [dist][http://github.com/Craga89/qTip/tree/master/dist/]
By default qTip is built with all plugins built into the file. You can see an example of this in the [dist](http://github.com/Craga89/qTip/tree/master/dist/)
directory files. If you want more control over what plugins are included, you can do so by adding some extra parameters to your build commands.

For example, if you plan on using only the tips plugin, you'd specify the plugins variable as so:
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Aug 17 01:13:55 2010 +0100
* Date: Tue Aug 17 14:28:41 2010 +0100
*/

.ui-tooltip-accessible{
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Aug 17 01:13:55 2010 +0100
* Date: Tue Aug 17 14:28:41 2010 +0100
*/

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

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

2 changes: 1 addition & 1 deletion dist/jquery.qtip.pack.js

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

0 comments on commit 92fcd36

Please sign in to comment.