|
@@ -45,7 +45,7 @@ Object.defineProperty(TopLevelWindow.prototype, 'kiosk', {
|
|
|
});
|
|
|
|
|
|
Object.defineProperty(TopLevelWindow.prototype, 'documentEdited', {
|
|
|
- get: function () { return this.isFullscreen(); },
|
|
|
+ get: function () { return this.isDocumentEdited(); },
|
|
|
set: function (edited) { this.setDocumentEdited(edited); }
|
|
|
});
|
|
|
|