From 88910b5d81564de0f9ba57bb25a5d4e2098949a7 Mon Sep 17 00:00:00 2001 From: "Gun.io Whitespace Robot" Date: Sat, 29 Oct 2011 01:50:34 -0400 Subject: [PATCH] Remove whitespace [Gun.io WhitespaceBot] --- .gitignore | 20 ++++++++++++++++++++ examples/index.html | 22 +++++++++++----------- examples/index_nostyle.html | 22 +++++++++++----------- examples/scripts/jquery.js | 8 ++++---- examples/stylesheets/fancydropdown.css | 6 +++--- 5 files changed, 49 insertions(+), 29 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac8f968 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +*.pyc + +# Logs and databases # +###################### +*.log + +# OS generated files # +###################### +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db diff --git a/examples/index.html b/examples/index.html index 6ad9bde..7e3f8b7 100644 --- a/examples/index.html +++ b/examples/index.html @@ -13,18 +13,18 @@ $("#stale").fancydropdown({ return_false: false }); - + $(document).fancydropdown({ return_false: true }); }); - + - +
- +

My Dropdown

@@ -34,12 +34,12 @@

My Dropdown

  • Thought + Theory
  • EMPRNT
  • Only Human
  • -
  • Techcrunch
  • +
  • Techcrunch
  • - - + +

    My Other Dropdown

    - - + +
    - + \ No newline at end of file diff --git a/examples/index_nostyle.html b/examples/index_nostyle.html index a1cf2a1..9efa0ae 100644 --- a/examples/index_nostyle.html +++ b/examples/index_nostyle.html @@ -12,18 +12,18 @@ $("#stale").fancydropdown({ return_false: false }); - + $(document).fancydropdown({ return_false: true }); }); - + - +
    - +

    My Dropdown

    @@ -33,12 +33,12 @@

    My Dropdown

  • Thought + Theory
  • EMPRNT
  • Only Human
  • -
  • Techcrunch
  • +
  • Techcrunch
  • - - + +

    My Other Dropdown

    - - + +
    - + \ No newline at end of file diff --git a/examples/scripts/jquery.js b/examples/scripts/jquery.js index 88e661e..2c04438 100755 --- a/examples/scripts/jquery.js +++ b/examples/scripts/jquery.js @@ -582,7 +582,7 @@ jQuery.extend = jQuery.fn.extend = function() { // Recurse if we're merging object values if ( deep && copy && typeof copy == "object" && !copy.nodeType ) - target[ name ] = jQuery.extend( deep, + target[ name ] = jQuery.extend( deep, // Never move original objects, clone them src || ( copy.length != null ? [ ] : { } ) , copy ); @@ -2882,7 +2882,7 @@ jQuery.extend({ if ( xml && data.documentElement.tagName == "parsererror" ) throw "parsererror"; - + // Allow a pre-filtering function to sanitize the response if( filter ) data = filter( data, type ); @@ -3469,7 +3469,7 @@ jQuery.fn.extend({ parentOffset = /^body|html$/i.test(offsetParent[0].tagName) ? { top: 0, left: 0 } : offsetParent.offset(); // Subtract element margins - // note: when an element has margin: auto the offsetLeft and marginLeft + // note: when an element has margin: auto the offsetLeft and marginLeft // are the same in Safari causing offset.left to incorrectly be 0 offset.top -= num( this, 'marginTop' ); offset.left -= num( this, 'marginLeft' ); @@ -3500,7 +3500,7 @@ jQuery.fn.extend({ // Create scrollLeft and scrollTop methods jQuery.each( ['Left', 'Top'], function(i, name) { var method = 'scroll' + name; - + jQuery.fn[ method ] = function(val) { if (!this[0]) return; diff --git a/examples/stylesheets/fancydropdown.css b/examples/stylesheets/fancydropdown.css index 47d6867..ea69a84 100644 --- a/examples/stylesheets/fancydropdown.css +++ b/examples/stylesheets/fancydropdown.css @@ -31,19 +31,19 @@ a { color: #333; } .fancydropdown.two a { width: 193px; } - + .fancydropdown ul li { font-size: 80%; display: inline; float: left; } -.fancydropdown ul li a { +.fancydropdown ul li a { display: inline; float: left; text-indent: 10px; padding: 5px 0; width: 210px; } - + .fancydropdown ul li a:hover { background: #24b6db; color: #fff;