Skip to content

Commit

Permalink
Removed unneeded comma (thanks to Francesco Pontillo)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootux committed May 8, 2013
1 parent b35bf4d commit d4c3898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/directives/highchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ angular.module('chartsExample.directives',[])
renderTo: element[0],
type: attrs.type || null,
height: attrs.height || null,
width: attrs.width || null,
width: attrs.width || null
}
};

Expand All @@ -33,4 +33,4 @@ angular.module('chartsExample.directives',[])
}
}

});
});

0 comments on commit d4c3898

Please sign in to comment.