OSDN Git Service

- rename Header.js to header.js
authorYoshihiro Yamazaki <yoya@awm.jp>
Sat, 17 Nov 2012 17:42:51 +0000 (02:42 +0900)
committerYoshihiro Yamazaki <yoya@awm.jp>
Sat, 17 Nov 2012 17:42:51 +0000 (02:42 +0900)
- add swf/tag.js

swf/Header.js [deleted file]
swf/header.js [new file with mode: 0644]
swf/tag.js [new file with mode: 0644]

diff --git a/swf/Header.js b/swf/Header.js
deleted file mode 100644 (file)
index 507b8cc..0000000
+++ /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 (file)
index 0000000..61a4eae
--- /dev/null
@@ -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 (file)
index 0000000..4891b5f
--- /dev/null
@@ -0,0 +1,6 @@
+(function(global) {
+    var FlappSWFTag = function() {
+       ;
+    };
+    global.FlappSWFTag = FlappSWFTag;
+})(this);