Skip to content

Commit

Permalink
Update process.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulNieuwelaar committed Dec 16, 2017
1 parent 425bfd6 commit f1e15b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ProcessJS/ProcessJS.Web/mag_/js/process.js
@@ -1,4 +1,5 @@
// Process.js v2.0 - Copyright Paul Nieuwelaar Magnetism 2016
// Process.js v2.0 - Copyright Paul Nieuwelaar Magnetism 2016
// Download the latest version from https://github.com/PaulNieuwelaar/processjs

/*
// Call an Action
Expand Down Expand Up @@ -652,4 +653,4 @@ Process.EntityReference = function (entityType, id, name) {
Process.Attribute = function (value, type) {
this.value = value != undefined ? value : null;
this.type = type || "";
}
}

0 comments on commit f1e15b3

Please sign in to comment.