Преглед изворни кода

Use empty object as default view

Fixes #238
tags/0.7.3
Michael Jackson пре 13 година
родитељ
комит
3aa093391b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Прегледај датотеку

@@ -127,7 +127,7 @@
};

function Context(view, parent) {
this.view = view;
this.view = view || {};
this.parent = parent;
this._cache = {};
}


Loading…
Откажи
Сачувај