diff --git a/css.js b/css.js index 49fddcf9..8b01b4b4 100644 --- a/css.js +++ b/css.js @@ -5,7 +5,7 @@ define("css", this.getComputedStyle ? ["node"] : ["css_fix"], function($) { var adapter = $.cssHooks || ($.cssHooks = {}), rrelNum = /^([\-+])=([\-+.\de]+)/, rnumnonpx = /^-?(?:\d*\.)?\d+(?!px)[^\d\s]+$/i, - cssTransform = $.cssName("transform"), + cssTransform = $.cssName("transform"), cssBoxSizing = $.cssName("box-sizing"), cssPair = { Width: ['Left', 'Right'], @@ -520,4 +520,4 @@ define("css", this.getComputedStyle ? ["node"] : ["css_fix"], function($) { } document.body.removeChild(div); }); - */ \ No newline at end of file + */