mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix white spaces in libs.
This commit is contained in:
parent
aa7a4627fa
commit
c6105bace2
2 changed files with 6 additions and 6 deletions
4
lib/bootstrap.js
vendored
4
lib/bootstrap.js
vendored
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue