From c60701d49a4e723aa1a6201376e8a90760195d4d Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Sat, 26 Sep 2015 23:27:24 -0700 Subject: [PATCH] headers --- examples/particle_explorer/generic.js | 4 ++-- examples/particle_explorer/genericProperties.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/particle_explorer/generic.js b/examples/particle_explorer/generic.js index 22510cc357..8dbcd18cd5 100644 --- a/examples/particle_explorer/generic.js +++ b/examples/particle_explorer/generic.js @@ -1,12 +1,12 @@ // -// main.js +// generic.js // // // Created by James B. Pollack @imgntnon 9/26/2015 // Copyright 2014 High Fidelity, Inc. // // Web app side of the App - contains GUI. -// Quickly edit the aesthetics of a particle system. This is an example of a new, easy way to do two way bindings between dynamically created GUI and in-world entities. +// This is an example of a new, easy way to do two way bindings between dynamically created GUI and in-world entities. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/examples/particle_explorer/genericProperties.js b/examples/particle_explorer/genericProperties.js index 2444d78d2d..6d63348ba1 100644 --- a/examples/particle_explorer/genericProperties.js +++ b/examples/particle_explorer/genericProperties.js @@ -1,12 +1,12 @@ // -// particleExplorer.js +// genericProperties.js // // // Created by James B. Pollack @imgntnon 9/26/2015 // Copyright 2014 High Fidelity, Inc. // // Interface side of the App. -// Quickly edit the aesthetics of a particle system. This is an example of a new, easy way to do two way bindings between dynamically created GUI and in-world entities. +// This is an example of a new, easy way to do two way bindings between dynamically created GUI and in-world entities. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html