Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Panetta committed Dec 30, 2014
1 parent 2ab2097 commit fc31d0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ __Please see the [website](http://entrendipity.github.com/helios.js/) for full d

(MIT License)

Copyright (c) 2012-2014 Entrendipity Pty. Ltd.
Copyright (c) 2012-2015 Entrendipity Pty. Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 3 additions & 1 deletion lib/heliosDB.js
Expand Up @@ -1256,7 +1256,9 @@ var Helios;
for (var _i = 0; _i < (arguments.length - 0); _i++) {
args[_i] = arguments[_i + 0];
}
var element, iter = [], l, nextIter = [], comparables = [], endPipeArray = [], tracing = !!this.graph.traceEnabled, pipes = tracing ? [] : undefined, funcObj, tempObj, compObj, tempProp, propVals = [], isIn, norArray = [], origArray = [];
var element, iter = [], l, nextIter = [], comparables = [], endPipeArray = [],
tracing = !!this.graph.traceEnabled, pipes = tracing ? [] : undefined, funcObj,
tempObj, compObj, tempProp, propVals = [], isIn, norArray = [], origArray = [];
this.steps[++this.steps.currentStep] = {
func: 'where',
args: args,
Expand Down

0 comments on commit fc31d0a

Please sign in to comment.