Skip to content

Commit

Permalink
close #1217: .bem/techs/browser.js.js: Use .js instead of `.browser…
Browse files Browse the repository at this point in the history
….js` in `getCreateSuffixes`
  • Loading branch information
veged authored and qfox committed Apr 6, 2016
1 parent 2dcbf7d commit 496004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bem/techs/browser.js.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports.techMixin = {
},

getCreateSuffixes : function() {
return ['browser.js'];
return ['js'];
},

getBuildSuffixes : function() {
Expand Down

0 comments on commit 496004b

Please sign in to comment.