Skip to content

Commit

Permalink
Adding dj_ie9 to uacss classes map. Fixes #12255
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@23729 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
kfranqueiro committed Feb 5, 2011
1 parent bed33fc commit 7b6de05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uacss.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ define("dojo/uacss", ["dojo"], function(dojo) {
dj_ie6: maj(ie) == 6,
dj_ie7: maj(ie) == 7,
dj_ie8: maj(ie) == 8,
dj_ie9: maj(ie) == 9,
dj_quirks: d.isQuirks,
dj_iequirks: ie && d.isQuirks,

Expand Down

0 comments on commit 7b6de05

Please sign in to comment.