Document @isFirstLoad.

This commit is contained in:
joshaber
2016-02-08 21:24:41 -05:00
parent 03e33b4474
commit 6131beef66

View File

@@ -384,6 +384,8 @@ class AtomEnvironment extends Model
inSpecMode: ->
@specMode ?= @getLoadSettings().isSpec
# Returns a {Boolean} indicating whether this the first time the window's been
# loaded.
isFirstLoad: ->
@firstLoad ?= @getLoadSettings().firstLoad