OLD | NEW |
1 <div id="gc-container" class="labs"> | 1 <div id="gc-container" class="labs"> |
2 <div id="devModeWarning"> | 2 <div id="devModeWarning"> |
3 You are viewing extension docs in chrome via the 'file:' scheme: are you
expecting to see local changes when you refresh? You'll need run chrome with --
allow-file-access-from-files. | 3 You are viewing extension docs in chrome via the 'file:' scheme: are you
expecting to see local changes when you refresh? You'll need run chrome with --
allow-file-access-from-files. |
4 </div> | 4 </div> |
5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> | 5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> |
6 <!-- In particular, sub-templates that recurse, must be used by allowing | 6 <!-- In particular, sub-templates that recurse, must be used by allowing |
7 jstemplate to make a copy of the template in this section which | 7 jstemplate to make a copy of the template in this section which |
8 are not operated on by way of the jsskip="true" --> | 8 are not operated on by way of the jsskip="true" --> |
9 <div jsskip="true" style="display:none"> | 9 <div jsskip="true" style="display:none"> |
10 | 10 |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 </dl> | 377 </dl> |
378 | 378 |
379 </div> <!-- /decription --> | 379 </div> <!-- /decription --> |
380 | 380 |
381 </div> <!-- /apiItem --> | 381 </div> <!-- /apiItem --> |
382 | 382 |
383 </div> <!-- /apiGroup --> | 383 </div> <!-- /apiGroup --> |
384 | 384 |
385 <!-- TYPES --> | 385 <!-- TYPES --> |
386 <div jsdisplay="types && types.length > 0" class="apiGroup"> | 386 <div jsdisplay="types && types.length > 0" class="apiGroup"> |
387 <a name="types.sort(sortByName)"></a> | 387 <a name="types"></a> |
388 <h3 id="types">Types</h3> | 388 <h3 id="types">Types</h3> |
389 | 389 |
390 <!-- iterates over all types --> | 390 <!-- iterates over all types --> |
391 <div jsselect="types" class="apiItem"> | 391 <div jsselect="types.sort(sortByName)" class="apiItem"> |
392 <a jsvalues=".name:'type-' + id"></a> | 392 <a jsvalues=".name:'type-' + id"></a> |
393 <h4 jscontent="id">type name</h4> | 393 <h4 jscontent="id">type name</h4> |
394 | 394 |
395 <div transclude="valueTemplate"> | 395 <div transclude="valueTemplate"> |
396 </div> | 396 </div> |
397 | 397 |
398 </div> <!-- /apiItem --> | 398 </div> <!-- /apiItem --> |
399 | 399 |
400 </div> <!-- /apiGroup --> | 400 </div> <!-- /apiGroup --> |
401 | 401 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 _uanchor=1; | 434 _uanchor=1; |
435 _uff=0; | 435 _uff=0; |
436 urchinTracker(); | 436 urchinTracker(); |
437 } | 437 } |
438 catch(e) {/* urchinTracker not available. */} | 438 catch(e) {/* urchinTracker not available. */} |
439 </script> | 439 </script> |
440 <!-- end analytics --> | 440 <!-- end analytics --> |
441 </div> | 441 </div> |
442 </div> <!-- /gc-footer --> | 442 </div> <!-- /gc-footer --> |
443 </div> <!-- /gc-container --> | 443 </div> <!-- /gc-container --> |
OLD | NEW |