mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +00:00
add function wrapper to dyannotate-startup
This commit is contained in:
parent
c047bdb867
commit
8af6049eea
@ -8,6 +8,7 @@ module-type: startup
|
|||||||
Startup the dyannotate background daemon to track the selection
|
Startup the dyannotate background daemon to track the selection
|
||||||
|
|
||||||
\*/
|
\*/
|
||||||
|
(function(){
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
@ -55,3 +56,5 @@ exports.startup = function() {
|
|||||||
$tw.dynannotate.elementSpotlight.shineSpotlight(selectors);
|
$tw.dynannotate.elementSpotlight.shineSpotlight(selectors);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user