ep_author_hover
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -9,3 +9,3 @@ { | ||
"description": "Adds author names to span titles (shows on hover), works as authors change their name. Hover includes author color and fast switching between author spans. Hat tip to Martyn York for the initial work on this.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
exports.postAceInit = function(hook_name, context){ | ||
context.ace.callWithAce(function(ace){ | ||
var doc = ace.ace_getDocument(); | ||
$(doc).find('#innerdocbody').mousemove(_(exports.showAuthor.hover).bind(ace)); | ||
}, 'showAuthor', true); | ||
context.ace.callWithAce(function(ace){ | ||
var doc = ace.ace_getDocument(); | ||
$(doc).find('#innerdocbody').mousemove(_(exports.showAuthor.hover).bind(ace)); | ||
}, 'showAuthor', true); | ||
} | ||
@@ -7,0 +7,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4546