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 * Bootstrap JavaScript Library
* (c) 2006 - 2011 Juerg Lehni, http://lehni.org/ * (c) 2006 - 2011 Juerg Lehni, http://lehni.org/
* *
* Bootstrap is released under the MIT license * Bootstrap is released under the MIT license
* http://bootstrapjs.org/ * http://bootstrapjs.org/
* *
* Inspirations: * Inspirations:
* http://dean.edwards.name/weblog/2006/03/base/ * http://dean.edwards.name/weblog/2006/03/base/
* http://dev.helma.org/Wiki/JavaScript+Inheritance+Sugar/ * http://dev.helma.org/Wiki/JavaScript+Inheritance+Sugar/

View file

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