Update edit_session.js

Fix extra `the`
This commit is contained in:
Brian Jordan 2015-05-05 09:07:46 -07:00
commit ef4537a099

View file

@ -679,7 +679,7 @@ var EditSession = function(text, mode) {
};
/**
* Returns an object containing the all of the markers, either front or back.
* Returns an object containing all of the markers, either front or back.
* @param {Boolean} inFront If `true`, indicates you only want front markers; `false` indicates only back markers
*
* @returns {Object}