middleman/fixtures/test-app/source/inline-js.html.haml
2011-06-02 11:37:58 +02:00

7 lines
98 B
Plaintext
Executable file

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