Skip to content

Commit

Permalink
WIP #924 replaced hard coded string with constant
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Dec 8, 2016
1 parent 3a859b1 commit 8960a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ExecuteJob/ExecuteJob.Files.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ define([
};

ExecuteJob.prototype.createAttributeFile = function (node, files) {
var skip = ['code', 'stdout', 'execFiles', 'jobId', 'secret', 'lineOffset'],
var skip = ['code', 'stdout', 'execFiles', 'jobId', 'secret', CONSTANTS.LINE_OFFSET],
numOrBool = /^(-?\d+\.?\d*((e|e-)\d+)?|(true|false))$/,
table;

Expand Down

0 comments on commit 8960a3a

Please sign in to comment.