aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/core/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/core/geometry')
-rwxr-xr-xnode_modules/montage/core/geometry/cubic-bezier.js2
-rwxr-xr-xnode_modules/montage/core/geometry/point.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/montage/core/geometry/cubic-bezier.js b/node_modules/montage/core/geometry/cubic-bezier.js
index 03fc4695..40329331 100755
--- a/node_modules/montage/core/geometry/cubic-bezier.js
+++ b/node_modules/montage/core/geometry/cubic-bezier.js
@@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30/** 30/**
31 @module montage/core/geometry/cubic-bezier 31 @module montage/core/geometry/cubic-bezier
32 @requires montage/core/core 32 @requires montage/core/core
33 @requires montage/core/geometry/point 33 @requires montage/core/geometry/point
34*/ 34*/
diff --git a/node_modules/montage/core/geometry/point.js b/node_modules/montage/core/geometry/point.js
index f4767d02..ea210fbf 100755
--- a/node_modules/montage/core/geometry/point.js
+++ b/node_modules/montage/core/geometry/point.js
@@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30/** 30/**
31 @module montage/core/geometry/point 31 @module montage/core/geometry/point
32 @requires montage/core/core 32 @requires montage/core/core
33*/ 33*/
34var Montage = require("montage").Montage; 34var Montage = require("montage").Montage;