1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-10-25 12:47:40 +00:00

Keeping JSHint happy

This commit is contained in:
Jeremy Ruston
2012-03-13 15:15:33 +00:00
parent 91b26de52a
commit 1d11acf8ec
3 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ Node.prototype.clone = function() {
Node.prototype.broadcastEvent = function(event) {
return true;
}
};
Node.prototype.execute =
Node.prototype.render =