aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/offset.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/offset.js b/src/offset.js
index 6289ad293..674338ecb 100644
--- a/src/offset.js
+++ b/src/offset.js
@@ -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;