mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-26 09:58:20 +01:00
Removed and reworded 'LL.' mention from Lightning class description
This commit is contained in:
parent
1d69eb9003
commit
9176dc189c
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ import java.util.ArrayList;
|
|||
|
||||
/**
|
||||
* Entry point for most Lightning Launcher scripted features.
|
||||
* The Lightning object is the root object in the script context, hence its functions can be called without naming it, unlike with the deprecated LL object.
|
||||
* For instance, instead of using <code>LL.getDesktopByName('d')</code>, simply use <code>getDesktopByName('d')</code>
|
||||
* The Lightning object is the root object in the script context, hence its functions can be called without naming it (unlike the rest of the classes).
|
||||
* For instance, instead of using <code style="color:#333">Lightning.alert('Hello World')</code>, simply use <code>alert('Hello World')</code>
|
||||
*/
|
||||
public class Lightning {
|
||||
|
||||
|
|
Loading…
Reference in a new issue