2011-12-12 22:54:04 +01:00
|
|
|
:javascript
|
|
|
|
;(function() {
|
|
|
|
this;
|
|
|
|
should();
|
|
|
|
all.be();
|
|
|
|
on = { one: line };
|
2012-04-08 05:00:24 +02: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}}.
|