Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created July 14, 2014 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hhariri/4cd378a92cd10e8df994 to your computer and use it in GitHub Desktop.
Save hhariri/4cd378a92cd10e8df994 to your computer and use it in GitHub Desktop.

You have:

package kotlin.browser

Members

Name Summary
_document   private val _document: Document
document Provides access to the current active browsers DOM for the currently visible page.
  public val document: Document

Should be:

package kotlin.browser

Members

Name Summary
_document   private val _document: Document
document Provides access to the current active browsers DOM for the currently visible page.
  public val document: Document

/// see blank line after ``` (before ## Members) and after ## Members (before table)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment