Skip to content

Commit

Permalink
Update lodash.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Net Gusto committed Apr 28, 2015
1 parent 7986506 commit fddd30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lodash.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var lodash;

if (typeof require === 'function') {
if (typeof require === "function") {
try {
lodash = require("lodash");
} catch (e) {}
Expand Down

0 comments on commit fddd30c

Please sign in to comment.