diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-22 15:06:58 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-22 15:06:58 +0000 |
commit | 9476530fa1e39ce1324e98f4dbb79576895372e5 (patch) | |
tree | 5d2b40ed8ea01a0e777e716d026152de632aecf0 /src/manipulation.js | |
parent | a974b255c30ac23906ba45bf95de99542a70b587 (diff) | |
download | jquery-9476530fa1e39ce1324e98f4dbb79576895372e5.tar.gz jquery-9476530fa1e39ce1324e98f4dbb79576895372e5.zip |
moving some vars from manipulations.js to attributes.js
Diffstat (limited to 'src/manipulation.js')
-rw-r--r-- | src/manipulation.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/manipulation.js b/src/manipulation.js index c2c0ff2a7..ce9b91791 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -1,8 +1,3 @@ -// exclude the following css properties to add px -var exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i, - // cache defaultView - defaultView = document.defaultView || {}; - jQuery.fn.extend({ text: function( text ) { if ( typeof text !== "object" && text != null ) |