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

Conversation

rmisio
Copy link
Contributor

@rmisio rmisio commented Aug 23, 2017

…er app

closes #672

@@ -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?

@jjeffryes
Copy link
Contributor

I'm merging this, but we'll need to test it with an installed version when we do our next release.

@jjeffryes jjeffryes merged commit 4712955 into master Aug 24, 2017
@jjeffryes jjeffryes deleted the 672 branch August 24, 2017 15:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

renderjson doesn't work in installed app
2 participants