Fix the typo

This commit is contained in:
Raymond Feng 2014-06-06 09:10:47 -07:00
parent 171642ff48
commit e0d3fec743
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ function applyFilter(filter) {
* Compare two values
* @param {*} val1 The 1st value
* @param {*} val2 The 2nd value
* @returns {number} 0: =, postive: >, negative <
* @returns {number} 0: =, positive: >, negative <
* @private
*/
function compare(val1, val2) {