Skip to content

Commit 2893ad7

Browse files
committed
Merge master into release branch
2 parents 384eb67 + dd16fd2 commit 2893ad7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
2+
3+
## 2.0.8 - Feb. 5, 2015
4+
5+
- #395 add body class after patterns loaded from registry
26

3-
## 2.0.7 - Feb. 4, 2014
7+
## 2.0.7 - Feb. 4, 2015
48

59
- #381 Checked class not set on checklist
610
- Add stub module i18n.js. Provides compatibility with Mockup patterns.

src/core/registry.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ define([
109109
}
110110
}
111111
}, null);
112+
$('body').addClass('patterns-loaded');
112113
},
113114

114115
register: function registry_register(pattern, name) {

0 commit comments

Comments
 (0)