📝 Add a missing comma

Esse commit está contido em:
Lee Dohm
2015-02-02 17:19:07 -08:00
commit 800ca5a37a
+1 -1
Ver Arquivo
@@ -100,7 +100,7 @@ off.
- `deactivate()`: This **optional** method is called when the window is shutting
down, or when your package is being updated or disabled. If your package is
watching any files, holding external resources, providing commands or subscribing
to events release them here.
to events, release them here.
### Simple Package Code