From 47545824575ee925b4d468ee8eb59f4c7ac3cab8 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Mon, 31 Jan 2011 18:26:21 +0100 Subject: [PATCH] removing unneccessary changes --- demo/boot.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/demo/boot.js b/demo/boot.js index 8ba8e433..c5ca3b28 100644 --- a/demo/boot.js +++ b/demo/boot.js @@ -1,5 +1,4 @@ -/* vim:ts=4:sts=4:sw=4: - * ***** BEGIN LICENSE BLOCK ***** +/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version @@ -21,7 +20,6 @@ * * Contributor(s): * Kevin Dangoor (kdangoor@mozilla.com) - * Irakli Gozalishvili (http://jeditoolkit.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or @@ -42,7 +40,7 @@ var config = { demo: "../demo", ace: "../lib/ace", cockpit: "../support/cockpit/lib/cockpit", - pilot: "../support/pilot/lib/pilot", + pilot: "../support/pilot/lib/pilot" } };