Shim rowsPerPage property on Editor instances

Several packages were relying on a raw property rather than the getter
method. This isn't really supported, but may as well keep them working.
This commit is contained in:
Nathan Sobo
2017-08-10 12:55:41 -06:00
parent 87edc89815
commit 7f8f184e96

View File

@@ -3527,6 +3527,10 @@ class TextEditor extends Model
else
1
Object.defineProperty(@prototype, 'rowsPerPage', {
get: -> @getRowsPerPage()
})
###
Section: Config
###