Commit cf583123 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix trivial

parent 3588b169
......@@ -2617,7 +2617,6 @@
/*-- Event Handling --*/
function getTargetSelectorSuffix(targetId) {
// TODO: sanitize target
return targetId ? '-' + targetId.replace(/\./g, '\\.') : '';
}
function getTargetSelector(targetId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment