From 66a5ec1f4755bf37e6bd328ef17b0c9eddc597a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Val=C3=AD=C4=8Dek=20=28YCNet=29?= Date: Wed, 16 May 2018 20:57:01 +0200 Subject: [PATCH] Fix typo --- src/resources/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/resources/js/app.js b/src/resources/js/app.js index 2e7add4..78fc86c 100644 --- a/src/resources/js/app.js +++ b/src/resources/js/app.js @@ -3,7 +3,6 @@ * https://laminar.ohwg.net */ -;;; // usage: {{ file.size | prettyBytes }} // source: https://gist.github.com/james2doyle/4aba55c22f084800c199 Vue.filter('prettyBytes', function (num) {