added documentation on the sample

This commit is contained in:
James Strachan
2012-05-26 07:56:38 +01:00
parent d6c7743aab
commit e38aac1dce
2 changed files with 14 additions and 1 deletions
@@ -8,7 +8,7 @@ private var _document: Document? = null
/**
* Provides access to the current active browsers DOM for the currently visible page.
*/
native var document: Document
native public var document: Document
get() = _document!!
set(value) {
_document = value