added header to pointer script

This commit is contained in:
Eric Levin 2015-05-26 16:43:34 -07:00
parent 7194d4a4da
commit 579c62420d

View file

@ -1,4 +1,14 @@
//Dimensions property for lines is the offset of the position
// pointer.js
// examples
//
// Created by Eric Levin on May 26, 2015
// Copyright 2015 High Fidelity, Inc.
//
// Provides a pointer with option to draw on surfaces
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
var lineEntityID = null;
var lineIsRezzed = false;