[jquery-em commit] r21 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 19, 2007, 5:48:31 AM8/19/07
to jque...@googlegroups.com
Author: davecardwell
Date: Sun Aug 19 02:45:15 2007
New Revision: 21

Modified:
trunk/MIT-LICENSE.txt
trunk/jquery.em.js

Log:
Pre-release tweaks - fixed licence text, clarified documentation.

Modified: trunk/MIT-LICENSE.txt
==============================================================================
--- trunk/MIT-LICENSE.txt (original)
+++ trunk/MIT-LICENSE.txt Sun Aug 19 02:45:15 2007
@@ -1,4 +1,4 @@
-Copyright (c) 2007 John Resig, http://jquery.com/
+Copyright (c) 2007 Dave Cardwell <http://davecardwell.co.uk/>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

Modified: trunk/jquery.em.js
==============================================================================
--- trunk/jquery.em.js (original)
+++ trunk/jquery.em.js Sun Aug 19 02:45:15 2007
@@ -87,8 +87,9 @@
// If the font size has changed since we last checked...
if ( currentWidth != $.em.current ) {
/**
- * The previous value of the user agent's font size. See
- * $.em.current for caveats.
+ * The previous pixel value of the user agent's font size. See
+ * $.em.current for caveats. Will initially be undefined until
+ * the "emchange" event is triggered.
*
* @example $.em.previous;
* @result 16
@@ -102,10 +103,10 @@
$.em.previous = $.em.current;

/**
- * The current value of the user agent's font size. As with
- * $.em.previous, this value *may* be subject to minor browser
- * rounding errors that mean you might not want to rely upon
- * it as an absolute value.
+ * The current pixel value of the user agent's font size. As
+ * with $.em.previous, this value *may* be subject to minor
+ * browser rounding errors that mean you might not want to
+ * rely upon it as an absolute value.
*
* @example $.em.current;
* @result 14

Reply all
Reply to author
Forward
0 new messages