Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/template_data_source.py |
| diff --git a/chrome/common/extensions/docs/server2/template_data_source.py b/chrome/common/extensions/docs/server2/template_data_source.py |
| index 65039a48b5398aa785526e8aac3931eb0314fd64..73f721b079b499d6f106e6dd898a656613551a70 100644 |
| --- a/chrome/common/extensions/docs/server2/template_data_source.py |
| +++ b/chrome/common/extensions/docs/server2/template_data_source.py |
| @@ -110,7 +110,9 @@ class TemplateDataSource(object): |
| 'intros': self._intro_data_source, |
| 'partials': self, |
| 'samples': self._samples_data_source, |
| - 'static': self._static_resources |
| + 'static': self._static_resources, |
| + 'TRUE': True, |
| + 'FALSE': False |
|
not at google - send to devlin
2012/08/06 22:01:24
hah! nice.
(would have preferred lower case thoug
cduvall
2012/08/06 22:25:45
Done.
|
| }).text |
| def __getitem__(self, key): |