Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 5c8acfe

Browse files
committed
templateContent moved from window to Platform
1 parent 76d2910 commit 5c8acfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/declaration/mdv.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
templateContent: function() {
4141
var template = this.fetchTemplate();
42-
return template && templateContent(template);
42+
return template && Platform.templateContent(template);
4343
},
4444
installBindingDelegate: function(template) {
4545
if (template) {

0 commit comments

Comments
 (0)