Exemplo n.º 1
0
 PartialStack.prototype.deactivate = function () {
     if (!_super.prototype.deactivate.call(this))
         return false;
     for (var _i = 0, _a = this.registeredNames; _i < _a.length; _i++) {
         var name = _a[_i];
         Handlebars.unregisterPartial(name);
     }
     this.registeredNames = [];
     return true;
 };
Exemplo n.º 2
0
				function(partial_name) {
					hbs.unregisterPartial(partial_name);
				}