OLD | NEW |
---|---|
1 <script> | 1 <script> |
2 window.bootstrap = { | 2 window.bootstrap = { |
3 api_names: {{*api_list.extensions.chrome}}.concat( | 3 api_names: {{*api_list.extensions.chrome.stable}}.concat( |
4 {{*api_list.extensions.experimental}}) | 4 {{*api_list.extensions.experimental.stable}}).concat( |
5 {{*api_list.extensions.chrome.beta}}).concat( | |
6 {{*api_list.extensions.experimental.beta}}).concat( | |
7 {{*api_list.extensions.chrome.dev}}).concat( | |
8 {{*api_list.extensions.experimental.dev}}) | |
not at google - send to devlin
2013/10/31 00:05:26
maybe the api list data source just needs a way to
hukun
2013/11/01 09:31:52
Done
| |
9 | |
5 }; | 10 }; |
6 </script> | 11 </script> |
7 {{+partials.footer}} | 12 {{+partials.footer}} |
OLD | NEW |