Files
openlayers/apidoc/template/tmpl/stability.tmpl
Andreas Hocevar e2c9dd279d Switch to the Jaguar theme
In addition to a nicer layout, this adds a searchable sidebar
and a source code viewer.
2014-05-06 12:46:59 -05:00

8 lines
165 B
Cheetah

<?js
var data = obj;
var self = this;
if (data.stability != 'stable') { ?>
<span class="stability <?js= data.stability ?>"><?js= data.stability ?></span>
<?js } ?>