Skip to content

Commit

Permalink
added underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwei committed Mar 12, 2017
1 parent d1ad8c7 commit 5d2eec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/response/controllers/helper_response.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var Quill = require('quill')
var trix = require('angular-trix')
var trixx = require('trix')
require('qtip')
var _ = require('underscore')
module.exports = function(app) {

app.filter('showButtonOnce', function() {
Expand Down
2 changes: 1 addition & 1 deletion lib/response/controllers/request.controller.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var TooltipView = require('../../utils/requestbutton-view.js');

var _ = require('underscore')


module.exports = function(app) {
Expand Down

0 comments on commit 5d2eec8

Please sign in to comment.