From a58246859370c52b5209fe94a043bdcc7f8b7001 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Mon, 12 Jan 2009 21:06:35 +0000 Subject: Add syntax highlighting of JSON code in Futon. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733897 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/futon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/script/futon.js') diff --git a/share/www/script/futon.js b/share/www/script/futon.js index bf148189..493637ec 100644 --- a/share/www/script/futon.js +++ b/share/www/script/futon.js @@ -103,7 +103,7 @@ } $.futon = $.futon || {}; - $.fn.extend($.futon, { + $.extend($.futon, { navigation: new Navigation() }); -- cgit v1.2.3