This website requires JavaScript.
Explore
Help
Sign In
Discourse
/
discourse-chat-integration
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
db3ca002dfe8565cf01ac2649ca47d01dd927595
discourse-chat-integration
/
assets
/
javascripts
/
admin
/
models
/
provider.js.es6
T
4 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
DEV: Apply prettier to JS and SCSS files
2018-09-12 16:16:18 +01:00
import
RestModel
from
"discourse/models/rest"
;
Use RestModel and buildPluginAdapter to deal with communication of data models between client and server
2017-06-28 22:32:02 +01:00
DEV: Apply prettier to JS and SCSS files
2018-09-12 16:16:18 +01:00
export
default
RestModel
.
extend
({});
Reference in New Issue
Copy Permalink