middleman/fixtures/test-app/source/inline-js.html.haml

7 lines
98 B
Plaintext
Raw Normal View History

:javascript
;(function() {
this;
should();
all.be();
on = { one: line };
2011-05-29 17:26:58 +02:00
})();