Memento JavaScript Library: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 6: Line 6:


== Libraries and Entries ==
== Libraries and Entries ==
{stamp|2018-04-07|4.4.5|1.3.5}
=== ''Library'' Global Functions ===
=== ''Library'' Global Functions ===


Line 21: Line 23:


:; Result: [[#Object DefaultEntry|'''''DefaultEntry''''' object]]
:; Result: [[#Object DefaultEntry|'''''DefaultEntry''''' object]]
==== exit() ====
: Stops script execution


==== lib() ====
==== lib() ====
Line 33: Line 38:


:; Result: [[#Object Library|'''''Library''''' object]] — the library identified by the argument ''name'', if found. Otherwise ''null''.
:; Result: [[#Object Library|'''''Library''''' object]] — the library identified by the argument ''name'', if found. Otherwise ''null''.
==== exit() ====
: Stops script execution


<br/>
<br/>