Skip to content

Commit

Permalink
merge kiyohara patch. resolve nema space problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
izawa committed Jun 17, 2011
1 parent 1b40357 commit 4ec1eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composition-webpage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
javascript:

(
function () {

function makespot (X1,Y1,X2,Y2,X3,Y3,X4,Y4,ctx) {

var x1 = X1;
Expand Down Expand Up @@ -148,9 +151,6 @@ else{ if(window.attachEvent) window.attachEvent('on' + eventname, fc); }

}


(
function () {
composition();
myaddevent('resize',composition);
}
Expand Down

0 comments on commit 4ec1eee

Please sign in to comment.