inliner.js
authorAlan Knowles <alan@roojs.com>
Thu, 12 Nov 2015 05:26:42 +0000 (13:26 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 12 Nov 2015 05:26:42 +0000 (13:26 +0800)
inliner.js

index 1a9cca5..5b87448 100644 (file)
@@ -1,7 +1,7 @@
 
 
 
-function(){
+(function(){
     
     //var camelize = function(a,b){
     //    return b.toUpperCase();
@@ -33,9 +33,6 @@ function(){
         matches[i].parentElement.removeChild(matches[i]);
     }
     
-    
-        
-         
-}
+     
     
 })();
\ No newline at end of file