r99852 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99851‎ | r99852 | r99853 >
Date:08:45, 15 October 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r99849;
Modified paths:
  • /trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php
@@ -10,12 +10,12 @@
1111
1212 protected static $m_barchartnum = 1;
1313
14 - protected $m_width = '150';
15 - protected $m_height = '400';
16 - protected $m_charttitle = ' ';
17 - protected $m_barcolor = '#85802b' ;
18 - protected $m_bardirection = 'vertical';
19 - protected $m_numbersaxislabel = ' ';
 14+ protected $m_width;
 15+ protected $m_height;
 16+ protected $m_charttitle;
 17+ protected $m_barcolor;
 18+ protected $m_bardirection;
 19+ protected $m_numbersaxislabel;
2020
2121 /**
2222 * (non-PHPdoc)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99849smw 1.7 compatjeroendedauw08:29, 15 October 2011