Pman.Include.js
authorAlan Knowles <alan@akbkhome.com>
Sat, 1 Dec 2012 12:08:22 +0000 (20:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 1 Dec 2012 12:08:22 +0000 (20:08 +0800)
Pman.Include.js

index d7ad29a..3adcd70 100644 (file)
@@ -7,15 +7,14 @@
 
 Pman.Include = function(sp) {
     
-    Pman.Include.script(sp, true)
-    
+    Pman.Include.script(sp, true);     
      
-)
+}
 
 Pman.Include.cached = function(sp) {
-    Pman.Include.script(sp, false)
+    Pman.Include.script(sp, false);
      
-)
+}
 
 Pman.Include.script = function(sp,cached) {
     var head = document.getElementsByTagName("head")[0];