So, apparently, I never committed the second half of the new field value code. This...
[jquery.git] / src / offset.js
index 6289ad2..674338e 100644 (file)
@@ -1,3 +1,6 @@
+// The Offset Method
+// Originally By Brandon Aaron, part of the Dimension Plugin
+// http://jquery.com/plugins/project/dimensions
 jQuery.fn.offset = function() {
        var left = 0, top = 0, elem = this[0], results;