7 lines
96 B
Text
7 lines
96 B
Text
|
:javascript
|
||
|
;(function() {
|
||
|
this;
|
||
|
should();
|
||
|
all.be();
|
||
|
on = { one: line };
|
||
|
});
|