mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 00:27:21 +00:00
[5.4.0] Update eslint target to 2017 and do initial fixes (#9135)
* eslint manual fixes - update eslint to 2017 - add self to forbidden globals - fix a few unfixable bugs caught by eslint - convert newer features in twitter-archivist * add eslint plugin to forbid features * import changes from @saqimtiaz * add package.json changes
This commit is contained in:
@@ -181,7 +181,7 @@ ScrollableWidget.prototype.render = function(parent,nextSibling) {
|
||||
};
|
||||
|
||||
ScrollableWidget.prototype.listenerFunction = function(event) {
|
||||
self = this;
|
||||
var self = this;
|
||||
clearTimeout(this.timeout);
|
||||
this.timeout = setTimeout(function() {
|
||||
var existingTiddler = self.wiki.getTiddler(self.scrollableBind),
|
||||
|
||||
Reference in New Issue
Block a user