Documentation 3d handler

This commit is contained in:
Erik Tiekstra
2017-06-12 10:55:43 +02:00
parent 3c70292e6c
commit e6e0cd8b7e
2 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -1,11 +1,11 @@
'use strict';
/**
* This is just an example usage of the image editor. Also this is used for testing.
* This code can be pretty messy, but that is fine because nothing of this will come to
* production.
*/
(function() {
var $document = $(document);
var $window = $(window);