mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 08:41:28 +00:00
set use strict on JS modules; remove some mostly useless stuff like get_minified_js()
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* global dijit, __, ngettext, notify */
|
||||
|
||||
'use strict';
|
||||
/* global __, ngettext */
|
||||
define(["dojo/_base/declare"], function (declare) {
|
||||
return declare("fox.Headlines", null, {
|
||||
vgroup_last_feed: undefined,
|
||||
|
||||
Reference in New Issue
Block a user