Index: trunk/phase3/resources/jquery.tipsy/jquery.tipsy.js |
— | — | @@ -1,8 +1,11 @@ |
2 | 2 | // tipsy, facebook style tooltips for jquery |
3 | | -// version 1.0.0a |
| 3 | +// version 1.0.0a* |
4 | 4 | // (c) 2008-2010 jason frame [jason@onehackoranother.com] |
5 | | -// releated under the MIT license |
| 5 | +// released under the MIT license |
6 | 6 | |
| 7 | +// * This installation of tipsy includes several local modifications to both Javascript and CSS. |
| 8 | +// Please be careful when upgrading. |
| 9 | + |
7 | 10 | (function($) { |
8 | 11 | |
9 | 12 | function maybeCall(thing, ctx) { |