mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 00:24:39 +08:00
DEV: introduces prettier for es6 files
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { ajax } from 'discourse/lib/ajax';
|
||||
import { ajax } from "discourse/lib/ajax";
|
||||
const ScreenedUrl = Discourse.Model.extend({
|
||||
actionName: function() {
|
||||
return I18n.t("admin.logs.screened_actions." + this.get('action'));
|
||||
}.property('action')
|
||||
return I18n.t("admin.logs.screened_actions." + this.get("action"));
|
||||
}.property("action")
|
||||
});
|
||||
|
||||
ScreenedUrl.reopenClass({
|
||||
|
Reference in New Issue
Block a user