mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update reference paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="mustache-0.7.d.ts" />
|
||||
/// <reference path="mustache.d.ts" />
|
||||
|
||||
var view = { title: "Joe", calc: function () { return 2 + 4; } };
|
||||
var output = Mustache.render("{{title}} spends {{calc}}", view);
|
||||
|
||||
Reference in New Issue
Block a user