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

Commit

Permalink
templateContent moved from window to Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Apr 23, 2014
1 parent 76d2910 commit 5c8acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/declaration/mdv.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
templateContent: function() {
var template = this.fetchTemplate();
return template && templateContent(template);
return template && Platform.templateContent(template);
},
installBindingDelegate: function(template) {
if (template) {
Expand Down

0 comments on commit 5c8acfe

Please sign in to comment.