OSDN Git Service

Merge branch 'master' of https://scm.sourceforge.jp/gitroot/h58pcdgame/GameScriptCore...
[h58pcdgame/GameScriptCoreLibrary.git] / www / corelib / classes / FreeItemClass.js
index eed7ae9..1bba545 100644 (file)
@@ -18,8 +18,6 @@ var FreeItemClass = function(stage, args){
        this.touchInterval = 0;
        this.lastTouchedTickCount = -9999;
        
-       this.
-       
 }.extend(ItemClass, {
        draw: function(x, y){
                this.ownerStage.mainContext.globalAlpha = this.opacity;