From f13df73ec8521d3fce7aafed6aacb6bf0b93a49d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 12 Nov 2015 13:25:22 +0800 Subject: [PATCH] inliner.js --- inliner.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inliner.js b/inliner.js index 4c63023..42a2232 100644 --- a/inliner.js +++ b/inliner.js @@ -3,9 +3,9 @@ function(){ - var camelize = function(a,b){ - return b.toUpperCase(); - } + //var camelize = function(a,b){ + // return b.toUpperCase(); + //} var fill = function(dom) { @@ -15,7 +15,7 @@ function(){ style = window.getComputedStyle(dom, null); for(var i=0;i