Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkr committed Nov 5, 2013
1 parent efb37b0 commit 5b0aac1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nodejs-db-informix.js
Expand Up @@ -14,8 +14,8 @@ try {
}

/*
* @function extend(t, s) Extends the target class @c t with all the prototypes of
* class @c s.
* @function extend(t, s) Extends the target class @c t with all the prototypes
* of class @c s.
* @param {Object} t target object
* @param {Object} s source object
*/
Expand All @@ -34,11 +34,11 @@ bee.prototype.emit = function() {
var type = arguments[0];

if (type === 'error'
&& (!this._events
|| !this._events.error
|| (Array.isArray(this._events.error)
&& !this._events.error.length)
)
&& (!this._events
|| !this._events.error
|| (Array.isArray(this._events.error)
&& !this._events.error.length)
)
) {
// Silently allow unattached error events
return;
Expand Down

0 comments on commit 5b0aac1

Please sign in to comment.