2011-12-12 13:54:04 -08:00
|
|
|
:javascript
|
|
|
|
;(function() {
|
|
|
|
this;
|
|
|
|
should();
|
|
|
|
all.be();
|
|
|
|
on = { one: line };
|
2012-04-07 20:00:24 -07:00
|
|
|
})();
|
|
|
|
|
|
|
|
%script
|
|
|
|
:plain
|
|
|
|
;(function() {
|
|
|
|
this;
|
|
|
|
should();
|
|
|
|
too();
|
|
|
|
})();
|
|
|
|
|
|
|
|
%script(type="text/javascript")
|
|
|
|
:plain
|
|
|
|
//<!--
|
|
|
|
;(function() {
|
|
|
|
one;
|
|
|
|
line();
|
|
|
|
here();
|
|
|
|
})();
|
|
|
|
//-->
|
|
|
|
|
|
|
|
%script(type="text/html")
|
|
|
|
I'm a jQuery {{template}}.
|