[Pkg-mozext-commits] [sage-extension] 06/20: make variable local

David Prévot taffit at moszumanska.debian.org
Sat Feb 13 01:36:53 UTC 2016


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

taffit pushed a commit to branch master
in repository sage-extension.

commit bf68ea6e2fa09747f7a4315295721391b0b48bb1
Author: Peter Andrews <petea at jhu.edu>
Date:   Sat Aug 1 15:37:05 2015 -0700

    make variable local
---
 src/chrome/content/feedsummary.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/chrome/content/feedsummary.js b/src/chrome/content/feedsummary.js
index d7e2d11..b64916f 100644
--- a/src/chrome/content/feedsummary.js
+++ b/src/chrome/content/feedsummary.js
@@ -270,6 +270,7 @@ var feedSummary = {
       if (feedItem.hasContent()) {
         var description = document.createElement("div");
         description.setAttribute("class", "item-desc");
+        var content;
         if (allowEContent) {
           content = feedItem.getContent();
         } else {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list