From: Alan Knowles Date: Sat, 1 Dec 2012 12:08:22 +0000 (+0800) Subject: Pman.Include.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=93a0ddff8780996a8a564286e5bf6fbf59f58882 Pman.Include.js --- diff --git a/Pman.Include.js b/Pman.Include.js index d7ad29a1..3adcd70b 100644 --- a/Pman.Include.js +++ b/Pman.Include.js @@ -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];