You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Allows you to bind an [Invocable Script](#invocable-scripts) to a hotkey.
41
41
42
42
## Usage/Example
43
43
44
-
CustomJS works by writing javascript classes. Each file can only contain one class.
44
+
CustomJS works by writing javascript classes. Each file can contain one class_and only one class_. Imports, constants, etc defined outside the class will break CustomJS.
0 commit comments