| <!-- | |
| Auxiliary file for testing sk.Importer. Used by import.js. | |
| --> | |
| <template id=whammo> | |
| <p class="whammo">whammo para</p> | |
| </template> | |
| <script type="text/javascript" charset="utf-8"> | |
| (function(){ | |
| var importer = new sk.Importer(); | |
| sk.addWhammo = function(parent) { | |
| parent.appendChild($$$('.whammo', importer.import('#whammo'))); | |
| } | |
| })(); | |
| </script> |