Skip to content

Commit

Permalink
removing double declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Bilgin committed May 19, 2019
1 parent 5e3d80b commit d7017cf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/defiant.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
namespace : 'xmlns:d="defiant-namespace"',
tabsize : 4,
snapshots : {},
node : {},
renderXml: function(template, data) {
var processor = new window.XSLTProcessor(),
span = document.createElement('span'),
Expand Down
2 changes: 1 addition & 1 deletion dist/defiant.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defiant.js",
"version": "2.2.4",
"version": "2.2.5",
"description": "Search JSON structures plus smart templating with XSLT and XPath.",
"author": {
"name": "Hakan Bilgin",
Expand Down
1 change: 0 additions & 1 deletion src/defiant.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace : 'xmlns:d="defiant-namespace"',
tabsize : 4,
snapshots : {},
node : {},
renderXml: function(template, data) {
var processor = new window.XSLTProcessor(),
span = document.createElement('span'),
Expand Down

0 comments on commit d7017cf

Please sign in to comment.