Skip to content

Commit

Permalink
Add ie9 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baicoianu committed Apr 26, 2012
1 parent 0bf4138 commit d651c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/dependencymanager_class.php
Expand Up @@ -12,6 +12,7 @@ class DependencyManager {
static private $formats = array("browsers" => array("ie6" => "\n<!--[if IE 6]>\n%s\n<![endif]-->\n",
"ie7" => "\n<!--[if IE 7]>\n%s\n<![endif]-->\n",
"ie8" => "\n<!--[if IE 8]>\n%s\n<![endif]-->\n",
"ie9" => "\n<!--[if IE 9]>\n%s\n<![endif]-->\n",
),
"types" => array("placemark" => "<!--\n%s-->\n"),
);
Expand Down

0 comments on commit d651c00

Please sign in to comment.