From 48970afb2c4c87ef7a09c0bc51edda65ed2871e0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 21 Jan 2014 03:03:21 -0500 Subject: [PATCH] chore(polyfill) add " " --- lib/client/polyfill.js | 182 ++++++++++++++++++++--------------------- 1 file changed, 91 insertions(+), 91 deletions(-) diff --git a/lib/client/polyfill.js b/lib/client/polyfill.js index 8525b56f..1e913ff3 100644 --- a/lib/client/polyfill.js +++ b/lib/client/polyfill.js @@ -1,20 +1,20 @@ var Util, DOM, jQuery; -(function(Util, DOM, $){ +(function(Util, DOM, $) { 'use strict'; - if(!window.XMLHttpRequest || !document.head) + if (!window.XMLHttpRequest || !document.head) DOM.ajax = $.ajax; /* setting head ie6 - ie8 */ - if(!document.head){ + if (!document.head) { document.head = $('head')[0]; /* {name: '', src: ' ',func: '', style: '', id: '', parent: '', async: false, inner: 'id{color:red, }, class:'', not_append: false} */ - DOM.cssSet = function(pParams_o){ + DOM.cssSet = function(pParams_o) { var lElement = '