]> git.gir.st - VimFx.git/commit
Silence AMO `Function` warnings
authorSimon Lydell <simon.lydell@gmail.com>
Mon, 9 Nov 2015 18:01:39 +0000 (19:01 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Mon, 9 Nov 2015 18:14:45 +0000 (19:14 +0100)
commit9522ea6f122be4776655232a14043f9de74f5954
tree3288c34597392ee3c34338636992bef73ceea16d
parent3bf0f4202dfda8559e5883f85c904111a12fefc4
Silence AMO `Function` warnings

The AMO validator thinks that if `Function` appears anywhere, it is a type of
`eval`. However, we use it to access `Function.prototype.call`. This commit
replaces the `Function` occurances with other methods in order to silence those
warnings.
extension/bootstrap.coffee
extension/lib/utils.coffee
Imprint / Impressum