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

7 lines
98 B
Plaintext
Raw Normal View History

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