Skip to content

Commit

Permalink
Remove unnecessary undefined arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchirls committed Jul 25, 2014
1 parent 10ba28e commit 98f2a56
Show file tree
Hide file tree
Showing 59 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion effects/seriously.accumulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

/*
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.ascii.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

/*
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.bleach-bypass.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

/*
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.blur.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ http://v002.info/plugins/v002-blurs/
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

var passes = [0.2, 0.3, 0.5, 0.8, 1],
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.brightness-contrast.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('brightness-contrast', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

var channelOptions = [
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.checkerboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('checkerboard', function () {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.chroma.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

/* experimental chroma key algorithm
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.color.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('color', function () {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.colorcomplements.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('colorcomplements', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.colorcube.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

//based on tutorial by to Gregg Tavares
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.daltonize.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
factory(Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

//todo: add Simulate mode http://mudcu.be/labs/Color/Vision/Javascript/Color.Vision.Simulate.js
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.directionblur.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ http://v002.info/plugins/v002-blurs/
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

var passes = [0.2, 0.3, 0.5, 0.8],
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.displacement.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

var fillModes = {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.dither.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

/*
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.edge.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

// Adapted from http://rastergrid.com/blog/2011/01/frei-chen-edge-detector/
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.emboss.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('emboss', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.exposure.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('exposure', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.expression.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

function formatFloat(n) {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.fader.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('fader', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.falsecolor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('falsecolor', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.filmgrain.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Modified to preserve alpha
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('filmgrain', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.freeze.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('freeze', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.fxaa.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

/*
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.gradientwipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('gradientwipe', function () {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.hex.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

/*
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.highlights-shadows.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('highlights-shadows', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.hue-saturation.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

//inspired by Evan Wallace (https://github.com/evanw/glfx.js)
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.invert.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('invert', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.kaleidoscope.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('kaleidoscope', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

var identity = new Float32Array([
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.linear-transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('linear-transfer', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.lumakey.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('lumakey', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.mirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('mirror', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.nightvision.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

//based on tutorial: http://www.geeks3d.com/20091009/shader-library-night-vision-post-processing-filter-glsl/
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.noise.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('noise', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.panorama.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('panorama', function () {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.polar.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('polar', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

var identity = new Float32Array([
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.ripple.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

//http://msdn.microsoft.com/en-us/library/bb313868(v=xnagamestudio.10).aspx
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.scanlines.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('scanlines', {
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.select.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

var intRegex = /\d+/;
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.sepia.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

// sepia coefficients borrowed from:
Expand Down
2 changes: 1 addition & 1 deletion effects/seriously.simplex.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
factory(root.Seriously);
}
}(this, function (Seriously, undefined) {
}(this, function (Seriously) {
'use strict';

Seriously.plugin('simplex', function () {
Expand Down
Loading

0 comments on commit 98f2a56

Please sign in to comment.