middleman/spec/fixtures/sample/views/inline-js.html.haml
tdreyno 58d6fc94ea Revert "update docs"
This reverts commit 43ac01af5c.
2009-10-22 17:25:15 -07:00

7 lines
96 B
Plaintext

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