summaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/jquery/src/offset.js
diff options
context:
space:
mode:
Diffstat (limited to 'npm_assets/node_modules/jquery/src/offset.js')
-rw-r--r--npm_assets/node_modules/jquery/src/offset.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/npm_assets/node_modules/jquery/src/offset.js b/npm_assets/node_modules/jquery/src/offset.js
index 62166bc..6e97358 100644
--- a/npm_assets/node_modules/jquery/src/offset.js
+++ b/npm_assets/node_modules/jquery/src/offset.js
@@ -63,12 +63,6 @@ jQuery.offset = {
options.using.call( elem, props );
} else {
- if ( typeof props.top === "number" ) {
- props.top += "px";
- }
- if ( typeof props.left === "number" ) {
- props.left += "px";
- }
curElem.css( props );
}
}