Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

fixing issue where renderjson was throwing an exception in the install… #711

Merged
merged 2 commits into from
Aug 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/lib/renderjson.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// .array.syntax ("[", "]")

var module;
(module||{}).exports = renderjson = (function() {
(module||{}).exports = window.renderjson = (function() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a comment somewhere that this has been modified so we don't overwrite it by updating the library?

var themetext = function(/* [class, text]+ */) {
var spans = [];
while (arguments.length)
Expand Down