middleman/spec/fixtures/sample/views/inline-js.html.haml

7 lines
96 B
Plaintext
Raw Normal View History

2009-09-21 19:11:22 +02:00
:javascript
;(function() {
this;
should();
all.be();
on = { one: line };
});