commit 19966135be45e80c0f15ab232a579d697111963f
Author: root <root@localhost.localdomain>
Date:   Tue Feb 23 04:30:00 2016 -0500

    test3

diff --git a/app/webroot/js/pictcode/app.js b/app/webroot/js/pictcode/app.js
index c609af2..97770eb 100755
--- a/app/webroot/js/pictcode/app.js
+++ b/app/webroot/js/pictcode/app.js
@@ -1,6 +1,7 @@
 define(function(require, exports, module) {
-  //This is a test
   
+  //This is a test 3
+
 	//require.jsの設定
 	var jquery = require('jquery');
 	require('bootstrap');
@@ -82,4 +83,4 @@ define(function(require, exports, module) {
       playManager.initialize(uIManager.sprites, codingManager.findFunctionWithId);
     }());
   }
-});
\ No newline at end of file
+});
