We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 384eb67 + dd16fd2 commit 2893ad7Copy full SHA for 2893ad7
changes.md
@@ -1,6 +1,10 @@
1
# Changelog
2
+
3
+## 2.0.8 - Feb. 5, 2015
4
5
+- #395 add body class after patterns loaded from registry
6
-## 2.0.7 - Feb. 4, 2014
7
+## 2.0.7 - Feb. 4, 2015
8
9
- #381 Checked class not set on checklist
10
- Add stub module i18n.js. Provides compatibility with Mockup patterns.
src/core/registry.js
@@ -109,6 +109,7 @@ define([
109
}
110
111
}, null);
112
+ $('body').addClass('patterns-loaded');
113
},
114
115
register: function registry_register(pattern, name) {
0 commit comments