Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
JSONValidator: Fix typo; DDH->DDG
Browse files Browse the repository at this point in the history
  • Loading branch information
sahildua2305 committed Jul 28, 2016
1 parent 2ccb650 commit f781e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/goodie/jsonvalidator/jsonvalidator.js
Expand Up @@ -28,7 +28,7 @@ DDH.json_validator.build = function(ops) {
$dom.find(".zci__main").removeClass('c-base');

// Load library when the IA is shown for the first time
DDH.require('jsonlint', function () {
DDG.require('jsonlint', function () {
$validateButton
.text('Validate JSON')
.prop('disabled', false)
Expand Down

0 comments on commit f781e24

Please sign in to comment.