Removed and reworded 'LL.' mention from Lightning class description

This commit is contained in:
TrianguloY 2019-03-11 18:39:09 +01:00
parent 1d69eb9003
commit 9176dc189c

View file

@ -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 {