[Pkg-javascript-commits] [node-cssstyle] 16/39: fixed some spaces

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Sep 20 19:37:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository node-cssstyle.

commit db140de6cbf01a8e7454869d8f64d2b4ada4bd86
Author: Chad Walker <chad at chad-cat-lore-eddie.com>
Date:   Sat Feb 9 20:29:06 2013 -0800

    fixed some spaces
---
 lib/CSSStyleDeclaration.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/CSSStyleDeclaration.js b/lib/CSSStyleDeclaration.js
index e7e005b..aac7586 100644
--- a/lib/CSSStyleDeclaration.js
+++ b/lib/CSSStyleDeclaration.js
@@ -160,7 +160,7 @@ Object.defineProperties(CSSStyleDeclaration.prototype, {
         enumerable: true,
         configurable: true
     },
-    parentRule: {  
+    parentRule: {
         get: function () { return null; },
         enumerable: true,
         configurable: true
@@ -185,7 +185,7 @@ Object.defineProperties(CSSStyleDeclaration.prototype, {
 });
 
 /*
- * 
+ *
  * http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSS2Properties
  */
 var property_files = fs.readdirSync(__dirname + '/properties');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cssstyle.git



More information about the Pkg-javascript-commits mailing list