Bug 1386545 - Edit comment to stop false-positiveing for sdk/ usages in debounce.js file. r=sole

This commit is contained in:
Hossain Al Ikram 2017-08-05 07:50:00 -04:00
Родитель 28e9ff9691
Коммит b91c660165
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@
* (c) 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Underscore may be freely distributed under the MIT license.
*
* [and in turn extracted from "sdk/lang/functional/concurrent.js"]
* [and in turn extracted from the SDK's "lang/functional/concurrent.js"]
*/
exports.debounce = function (fn, wait) {
let timeout, args, context, timestamp, result;