Skip to content
Snippets Groups Projects
Commit 9f5d860a authored by Helena Jank's avatar Helena Jank
Browse files

# corrected some (minor) errors in comments

parent 91c95186
No related branches found
No related tags found
No related merge requests found
/**
* This module represents a InterpreterResult.
* This module represents an InterpreterResult.
*
* @module InterpreterResult
* @fileOverview
......
/**
* This module represents a Callback.
* Callbacks defines events for sending data to subscribers
* Callbacks define events for sending data to subscribers
*
* @module Callback
* @fileOverview
......
/**
* This module represents the conditionMethod Equals.
* This module represents the conditionMethod UnEquals.
*
* @module Equals
* @module UnEquals
* @fileOverview
*/
define(['easejs', 'conditionMethod'],
function(easejs, ConditionMethod){
var Class = easejs.Class;
/**
* @class Equals
* @class UnEquals
* @implements {ConditionMethod}
* @classdesc This class is the conditionMethod equals.
* @classdesc This class is the conditionMethod unequals.
* It compares the values of two attributes.
* @requires easejs
* @requires conditionMethod
......@@ -22,7 +22,7 @@ define(['easejs', 'conditionMethod'],
*
* @public
* @alias process
* @memberof Equals#
* @memberof UnEquals#
* @param {*} reference Is not used.
* @param {*} firstValue Value (from an attribute) that should be compared.
* @param {*} secondValue Value (from an attribute) for comparison.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment