Skip to content

Commit d252bfb

Browse files
committed
Add JSONFormatter global
1 parent ad447c8 commit d252bfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22

33
window.jQuery = require('jquery');
4+
window.JSONFormatter = require('json-formatter-js');
45
var angular = require('angular');
56

67
// These modules do not export their module name

0 commit comments

Comments
 (0)