Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Jul 2, 2016
1 parent 503ae29 commit c900edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-lodash-underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var errorMessages = {

module.exports = {

create (context) {
create: function(context) {
function checkForUnneededLibraryFunctions (node) {
var functionName = getUnderscoreFunctionName(node);
var errorMessage = errorMessages[functionName];
Expand Down

0 comments on commit c900edc

Please sign in to comment.