jshint fixes

This commit is contained in:
Joe Fiorini
2015-05-14 16:27:37 -04:00
parent 5c6cae213f
commit a1ee7ebf58

View File

@@ -1,3 +1,5 @@
/* jshint unused: vars */
export default ['browserData', function(browserData) {
return {
link: function(scope, element, attrs) {
@@ -6,4 +8,4 @@ export default ['browserData', function(browserData) {
.attr('data-platform', browserData.platform);
}
};
}]
}];