diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README b/README index e69de29..ba40f20 100644 --- a/README +++ b/README @@ -0,0 +1,27 @@ +See . + +GETTING STARTED + +Eat a hearty breakfast. Breakfast is the most important meal of the day! + + +PACKAGES + +Packages come in two flavors: "dev" and "min". The "dev" packages are intended +for development, and have comments and debugging code. The "min" packages have +the same code, but with comments and debugging information stripped out and +symbols crushed. They are intended for use in production -- ha ha ha! + + +FILES + + example/ Example code. + LICENSE A thrilling narrative. + pkg/ Ready-built Javelin packages. + README Who knows? Could be anything. + src/ Raw sources for Javelin. + + +AUTHOR + +Javelin was written by Evan Priestley at Facebook. \ No newline at end of file diff --git a/example/minimal.html b/example/minimal.html old mode 100755 new mode 100644 diff --git a/example/simple.html b/example/simple.html old mode 100755 new mode 100644 diff --git a/src/DOM.js b/src/DOM.js old mode 100755 new mode 100644 diff --git a/src/Event.js b/src/Event.js old mode 100755 new mode 100644 diff --git a/src/Stratcom.js b/src/Stratcom.js old mode 100755 new mode 100644 diff --git a/src/Vector.js b/src/Vector.js old mode 100755 new mode 100644 diff --git a/src/init.js b/src/init.js old mode 100755 new mode 100644 diff --git a/src/install.js b/src/install.js old mode 100755 new mode 100644 diff --git a/src/util.js b/src/util.js old mode 100755 new mode 100644