Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Excerpt |
---|
Define the filename and version of your script... |
Object structure
The object is a simple JS object with two properties:
- file – the filename, including extension, as a string (eg.
"foo.js"
) - ver – the file version, as a number (eg.
1.2
)
Example
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
var self = { file: "foo.js", ver : 1.2 } |
Div | ||
---|---|---|
| ||
AvailabilityRequires:
|
Div | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
SeealsoAlsoRelated documentation:
You can also pass a self descriptor object in to uOut(). |