aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-11-28 20:03:04 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-11-28 20:03:04 +0100
commitdd1a45140c8a6cb3f6c5d7247120c05fa37cdf24 (patch)
tree88b171c7be75fe408ab647d8f5d3d74d5ae833b5 /web/gulpfile.js
parentc39b6e4277357c9da1dfd5e3e8c41b5b3427e0ce (diff)
downloadmitmproxy-dd1a45140c8a6cb3f6c5d7247120c05fa37cdf24.tar.gz
mitmproxy-dd1a45140c8a6cb3f6c5d7247120c05fa37cdf24.tar.bz2
mitmproxy-dd1a45140c8a6cb3f6c5d7247120c05fa37cdf24.zip
web: add virtualscroll mixin
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index d106ecd1..db723eec 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -43,6 +43,7 @@ var path = {
'js/stores/flowstore.js',
'js/connection.js',
'js/components/utils.jsx.js',
+ 'js/components/virtualscroll.jsx.js',
'js/components/header.jsx.js',
'js/components/flowtable-columns.jsx.js',
'js/components/flowtable.jsx.js',