0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/models
Hannah Wolfe f6322da4c9 Use extends correctly & consistently
- extends clobbers the first argument you pass to it, so that should not be a variable that is used elsewhere, if you're also assigning the value, as it will have unintended side effects.
2015-06-25 19:56:27 +01:00
..
base Abstract findPage & add pagination Bookshelf plugin 2015-06-22 10:20:47 +01:00
accesstoken.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app-field.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app-setting.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
client.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
index.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
permission.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
post.js Use extends correctly & consistently 2015-06-25 19:56:27 +01:00
refreshtoken.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
role.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
settings.js Add events to settings model 2015-06-23 14:33:08 +06:00
tag.js Abstract findPage & add pagination Bookshelf plugin 2015-06-22 10:20:47 +01:00
user.js Use extends correctly & consistently 2015-06-25 19:56:27 +01:00