1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-03-29 11:01:29 +00:00
Files
TiddlyWiki5/core/modules/utils/escapecss.js
Jeremy Ruston d8b0e041b6 Initial commit
2026-02-19 12:45:27 +00:00

12 lines
189 B
JavaScript

/*\
title: $:/core/modules/utils/escapecss.js
type: application/javascript
module-type: utils-browser
\*/
"use strict";
exports.escapeCSS = (function() {
return window.CSS.escape;
})();