From: Yoshihiro Yamazaki Date: Sat, 17 Nov 2012 17:42:51 +0000 (+0900) Subject: - rename Header.js to header.js X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ef28b6002cd7d1ac2fa37dfacf56bc261632af74;p=flapp%2Fflapp.git - rename Header.js to header.js - add swf/tag.js --- diff --git a/swf/Header.js b/swf/Header.js deleted file mode 100644 index 507b8cc..0000000 --- a/swf/Header.js +++ /dev/null @@ -1,5 +0,0 @@ -(function(global) { -var SWF_Header = function() { - ; -} -}).call(this); diff --git a/swf/header.js b/swf/header.js new file mode 100644 index 0000000..61a4eae --- /dev/null +++ b/swf/header.js @@ -0,0 +1,6 @@ +(function(global) { + var FlappSWFHeader = function() { + ; + } + global.FlappSWFHeader = FlappSWFHeader; +})(this); diff --git a/swf/tag.js b/swf/tag.js new file mode 100644 index 0000000..4891b5f --- /dev/null +++ b/swf/tag.js @@ -0,0 +1,6 @@ +(function(global) { + var FlappSWFTag = function() { + ; + }; + global.FlappSWFTag = FlappSWFTag; +})(this);