Skip to content

Commit 7981535

Browse files
update TB mac computed style hash
1 parent dd9e58b commit 7981535

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

js/css.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,13 @@ function get_computed_styles(METRIC) {
274274
// notate
275275
if (isTB) {
276276
if ('mac' == isOS) {
277-
/* mac 1104 vs win 1102: mac has: MozOsxFontSmoothing, -moz-osx-font-smoothing */
278-
if ('75b00d93' == hash) {notation = tb_green} // TB 1104
277+
/* mac has
278+
MozOsxFontSmoothing,-moz-osx-font-smoothing,
279+
WebkitFontSmoothing,-webkit-font-smoothing,webkitFontSmoothing
280+
*/
281+
if ('9f958210' == hash) {notation = tb_green} // TB14 1106
279282
} else {
280-
if ('d86abd90' == hash) {notation = tb_green}
283+
if ('d86abd90' == hash) {notation = tb_green} // TB14 1101
281284
}
282285
}
283286
} else {

0 commit comments

Comments
 (0)