middleman/middleman-core/fixtures/passthrough-app/source/inline-js.html.haml
2011-12-29 15:09:51 -08:00

7 lines
98 B
Plaintext
Executable file

:javascript
;(function() {
this;
should();
all.be();
on = { one: line };
})();