"use strict" for all frontend files (backend was done earlier)

This commit is contained in:
azivner
2017-11-04 19:38:50 -04:00
parent 60a3abdea9
commit 19c5404d02
20 changed files with 43 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
"use strict";
const link = (function() {
function getNoteIdFromLink(url) {
const noteIdMatch = /app#([A-Za-z0-9]{12})/.exec(url);