зеркало из https://github.com/mozilla/commonplace.git
Fixes nunjucks compat reference to undefined obj
This commit is contained in:
Родитель
35dae6e660
Коммит
b027406b0d
|
@ -25,7 +25,7 @@ define('nunjucks.compat', ['nunjucks'], function(nunjucks) {
|
|||
var ARRAY_MEMBERS = {
|
||||
pop: function(index) {
|
||||
if (index === undefined) {
|
||||
return obj.pop();
|
||||
return this.pop();
|
||||
}
|
||||
if (index >= this.length || index < 0) {
|
||||
throw new Error('KeyError');
|
||||
|
|
Загрузка…
Ссылка в новой задаче