Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Jan 7, 2016
2 parents d9d21da + 96f6171 commit 5bebcf7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ module.exports = function (grunt) {
browsers: [
{
browserName: 'firefox',
version: '42.0',
version: '43.0',
platform: 'Linux'
},
{
Expand All @@ -200,6 +200,11 @@ module.exports = function (grunt) {
browserName: 'internet explorer',
version: '11.0',
platform: 'Windows 10'
},
{
browserName: 'MicrosoftEdge',
version: '20.10240',
platform: 'Windows 10'
}
],
testname: '<%= conf.pkg.name %>.js'
Expand Down
2 changes: 1 addition & 1 deletion web/examples/complex-reduce.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>dc.js - Bar Chart Example</title>
<title>dc.js - Complex Reductions Example</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../css/dc.css"/>
</head>
Expand Down

0 comments on commit 5bebcf7

Please sign in to comment.