From a4a05e25c186b6bbcf5eb3513ca577b7a1544ec9 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 10:40:42 +0200 Subject: [PATCH] Add avltree.js version 6ffd3f2917d32c28a6651644843edb979b42c3f0. --- static/js/libs/avltree.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/libs/avltree.js b/static/js/libs/avltree.js index 3a5a7a4d..06233173 100644 --- a/static/js/libs/avltree.js +++ b/static/js/libs/avltree.js @@ -41,7 +41,7 @@ * - reverseOrderTraverse O(logn + k), where k is number of traversed nodes * */ - +// Version 6ffd3f2917d32c28a6651644843edb979b42c3f0 // Compatibility code to run standalone. (function(root) { @@ -836,4 +836,4 @@ AvlTree.Node.prototype.isLeftChild = function() { // Return as global. root.AvlTree = AvlTree; -}(window)); \ No newline at end of file +}(window));