Commit f290e349 authored by Sam Saccone's avatar Sam Saccone

style: comma fix

parent 58b0619f
......@@ -41,7 +41,7 @@ var exceptions = [
{ name: 'dart', path: 'examples/vanilladart/build/' },
{ name: 'canjs_require', path: 'examples/canjs_require/' },
{ name: 'troopjs', path: 'examples/troopjs_require/' },
{ name: 'thorax_lumbar', path: 'examples/thorax_lumbar/public' },
{ name: 'thorax_lumbar', path: 'examples/thorax_lumbar/public' }
];
list = list.map(function (framework) {
var exception = exceptions.filter(function (exFramework) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment