aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/js/updatenotification.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-14 11:03:09 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-14 14:45:41 +0100
commit1a68e211a367d9a657acad3460c72b7663282c05 (patch)
tree8154c2ca45b3d380eaf65ae912ffd35115c03361 /apps/updatenotification/js/updatenotification.js
parent6e913298724b508ae1fb0653b56f43db067d60a5 (diff)
downloadnextcloud-server-1a68e211a367d9a657acad3460c72b7663282c05.tar.gz
nextcloud-server-1a68e211a367d9a657acad3460c72b7663282c05.zip
Transpile arrow function for ie11 compatibility
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/updatenotification/js/updatenotification.js')
-rw-r--r--apps/updatenotification/js/updatenotification.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/js/updatenotification.js b/apps/updatenotification/js/updatenotification.js
index e84cfabae1b..b83baebc76f 100644
--- a/apps/updatenotification/js/updatenotification.js
+++ b/apps/updatenotification/js/updatenotification.js
@@ -249,5 +249,5 @@ var r="undefined"!=typeof window&&"undefined"!=typeof document,i=["Edge","Triden
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- */o.a.mixin({methods:{t:function(t,e,n,r,i){return OC.L10N.translate(t,e,n,r,i)},n:function(t,e,n,r,i,o){return OC.L10N.translatePlural(t,e,n,r,i,o)}}});new o.a({render:t=>t(p)}).$mount("#updatenotification")}]);
+ */o.a.mixin({methods:{t:function(t,e,n,r,i){return OC.L10N.translate(t,e,n,r,i)},n:function(t,e,n,r,i,o){return OC.L10N.translatePlural(t,e,n,r,i,o)}}});new o.a({render:function(t){return t(p)}}).$mount("#updatenotification")}]);
//# sourceMappingURL=updatenotification.js.map \ No newline at end of file