1
0
mirror of https://github.com/flarum/core.git synced 2025-07-10 03:16:22 +02:00

Fix syntax errors when compiling js files

This commit is contained in:
Sajjad Hashemian
2016-10-08 13:32:15 +03:30
parent ea6b943dbd
commit 1fb8092987
6 changed files with 637 additions and 301 deletions

View File

@ -26,5 +26,3 @@ Object.assign(Post.prototype, {
canEdit: Model.attribute('canEdit'),
canDelete: Model.attribute('canDelete')
});
export default Post;