Fix white spaces in libs.

This commit is contained in:
Jürg Lehni 2011-06-23 00:21:41 +01:00
parent aa7a4627fa
commit c6105bace2
2 changed files with 6 additions and 6 deletions

4
lib/bootstrap.js vendored
View file

@ -1,10 +1,10 @@
/**
* Bootstrap JavaScript Library
* (c) 2006 - 2011 Juerg Lehni, http://lehni.org/
*
*
* Bootstrap is released under the MIT license
* http://bootstrapjs.org/
*
*
* Inspirations:
* http://dean.edwards.name/weblog/2006/03/base/
* http://dev.helma.org/Wiki/JavaScript+Inheritance+Sugar/

View file

@ -1,14 +1,14 @@
/**
* A JavaScript tokenizer / parser / generator.
*
*
* Distributed under the BSD license.
*
*
* Copyright (c) 2010, Mihai Bazon <mihai.bazon@gmail.com>
* http://mihai.bazon.net/blog/
*
*
* Modifications and adaption to browser (c) 2011, Juerg Lehni
* http://lehni.org/
*
*
* Based on parse-js, (c) Marijn Haverbeke
* http://marijn.haverbeke.nl/parse-js/
*/