Skip to content

Commit 157192b

Browse files
committed
Sync ui - requires bundling our own underscore now
1 parent 7df62ae commit 157192b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

miniprofiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Matt Jibson, 2013
88
*/
99

10-
var _ = require('./ui/underscore.js');
10+
var _ = require('./underscore-min.js');
1111
var fs = require('fs');
1212
var os = require('os');
1313
var path = require('path');

ui

underscore-min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)