From 8f0cc42859a0f5067fced4d5ba31da62a6e857f3 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Tue, 20 Oct 2015 12:22:12 -0700 Subject: [PATCH] normalize line endings --- examples/toys/bow/arrow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/toys/bow/arrow.js b/examples/toys/bow/arrow.js index 50c4ce3b73..778e993513 100644 --- a/examples/toys/bow/arrow.js +++ b/examples/toys/bow/arrow.js @@ -1,5 +1,5 @@ // -// arrow.js +// arrow.js // // This script attaches to an arrow to make it stop and stick when it hits something. Could use this to make it a fire arrow or really give any kind of property to itself or the entity it hits. //