Skip to content

Commit b868b40

Browse files
committed
To make sure this is the newest version.
1 parent 1a07d8d commit b868b40

3 files changed

Lines changed: 2 additions & 29 deletions

File tree

base.css

Lines changed: 0 additions & 28 deletions
This file was deleted.

js/almcss3/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var ALMCSS = ALMCSS || {};
33
ALMCSS.Config = {
44

55
DEBUG : true,
6-
VISUAL_DEBUG : true,
6+
VISUAL_DEBUG : false,
77

88
ASTERISK : '*',
99
DEFAULT_SLOT : '*',

js/almcss3/template/dom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ ALMCSS.template.dom = function() {
190190

191191
};
192192

193+
// http://stackoverflow.com/questions/4969605/javascript-regexp-to-camelcase-a-hyphened-css-property
193194
var camelCase = function(s) {
194195
return s.replace(/-([a-z])/g, function (g) { return g[1].toUpperCase() });
195196
};

0 commit comments

Comments
 (0)