From fb879576e192f036806ab15e1792474e002cd358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Sun, 19 Feb 2012 14:28:51 +0100 Subject: [PATCH] replaced noop in skiplist with ace2common implementation --- static/js/skiplist.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/js/skiplist.js b/static/js/skiplist.js index 385f08f0d..190bc55b9 100644 --- a/static/js/skiplist.js +++ b/static/js/skiplist.js @@ -21,7 +21,7 @@ */ - +var noop = require('./ace2_common').noop; function newSkipList() @@ -41,9 +41,6 @@ function newSkipList() }; } - function noop() - {} - // if there are N elements in the skiplist, "start" is element -1 and "end" is element N var start = { key: null,