Index: src/templates.js |
diff --git a/src/templates.js b/src/templates.js |
index 83f51d85ea662b2c7f9d8322178aad770793b6ea..ff94683fb13c0909b3bb72bc801d6d68f818ee48 100644 |
--- a/src/templates.js |
+++ b/src/templates.js |
@@ -6,7 +6,7 @@ |
var $getTemplateCallSite; |
-(function() { |
+(function(global, shared, exports) { |
"use strict"; |
@@ -70,4 +70,4 @@ $getTemplateCallSite = function(siteObj, rawStrings, hash) { |
return SetCachedCallSite(%ObjectFreeze(siteObj), hash); |
} |
-})(); |
+}) |