Skip to content

Commit

Permalink
Merge pull request apidoc#581 from alqu/patch-1
Browse files Browse the repository at this point in the history
Fix missing lodash dependency
  • Loading branch information
rottmann authored Jan 16, 2017
2 parents 25ec6f0 + a9578c4 commit d335964
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template/utils/send_sample_request.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
define([
'jquery'
], function($) {
'jquery',
'lodash'
], function($, _) {

var initDynamic = function() {
// Button send
Expand Down

0 comments on commit d335964

Please sign in to comment.