From 44e528068d5e2c0a650791c47b4af271dbd32019 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Thu, 4 Jun 2015 19:27:27 +1000 Subject: [PATCH] Mustache.compile -> Mustache.render --- modules/system/assets/js/updates/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/assets/js/updates/install.js b/modules/system/assets/js/updates/install.js index 2a37cdb81..f311f9523 100644 --- a/modules/system/assets/js/updates/install.js +++ b/modules/system/assets/js/updates/install.js @@ -41,7 +41,7 @@ if ($el.length == 0) return // Template for search results - var template = Mustache.compile([ + var template = Mustache.render([ '
', '
', '
{{name}}
',