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

Commit

Permalink
adding some return this's
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Aug 21, 2012
1 parent 28c1a1e commit 2191c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/hopscotch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@
if (cb) {
callbacks[evtType].push({ cb: cb, fromTour: isTourCb });
}
return this;
};

/**
Expand Down Expand Up @@ -1217,6 +1218,7 @@
callbacks[evtType] = [];
}
}
return this;
};

/**
Expand Down
2 changes: 2 additions & 0 deletions js/hopscotch_jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,7 @@
if (cb) {
callbacks[evtType].push({ cb: cb, fromTour: isTourCb });
}
return this;
};

/**
Expand Down Expand Up @@ -1083,6 +1084,7 @@
callbacks[evtType] = [];
}
}
return this;
};

/**
Expand Down

0 comments on commit 2191c03

Please # to comment.