소스 검색

Merge branch 'hardening' of github.com:PrivateBin/PrivateBin into hardening

El RIDO 4 년 전
부모
커밋
82be7c6354
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/privatebin.js

+ 1 - 1
js/privatebin.js

@@ -2802,7 +2802,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
                 }
             );
 
-            // Get Blob URL
+            // Get blob URL
             return window.URL.createObjectURL(blob);
          }