This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
framework
Watch
2
Star
0
Fork
0
You've already forked framework
mirror of
https://github.com/flarum/framework.git
synced
2024-11-25 17:57:04 +08:00
Code
Issues
Actions
46
Packages
Projects
Releases
Wiki
Activity
d71d8f59c2
framework
/
js
/
lib
/
models
/
Forum.js
4 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Massive JavaScript cleanup - Use JSX for templates - Docblock/comment everything - Mostly passes ESLint (still some work to do) - Lots of renaming, refactoring, etc. CSS hasn't been updated yet.
2015-07-15 12:30:11 +08:00
import
Model
from
'flarum/Model'
;
Initial refactor of client actions, data preloading, SEO An initial stab at flarum/core#126. Still WIP. Preliminary implementation of flarum/core#128 and flarum/core#13.
2015-07-07 13:59:21 +08:00
Massive JavaScript cleanup - Use JSX for templates - Docblock/comment everything - Mostly passes ESLint (still some work to do) - Lots of renaming, refactoring, etc. CSS hasn't been updated yet.
2015-07-15 12:30:11 +08:00
export
default
class
Forum
extends
Model
{
}
Reference in New Issue
Copy Permalink