middleman/middleman-more/fixtures/passthrough-app/source/inline-js.html.haml

28 lines
377 B
Plaintext
Executable file

:javascript
;(function() {
this;
should();
all.be();
on = { one: line };
})();
%script
:plain
;(function() {
this;
should();
too();
})();
%script(type="text/javascript")
:plain
//<!--
;(function() {
one;
line();
here();
})();
//-->
%script(type="text/html")
I'm a jQuery {{template}}.