Skip to content

Commit c79819f

Browse files
committed
Prevent framework setting template also setting templateObject
1 parent 7db4c15 commit c79819f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

code-input.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -742,12 +742,6 @@ var codeInput = {
742742
get template() {
743743
return this.templateObject;
744744
}
745-
/**
746-
* @deprecated This shouldn't have been accessed as part of the library's public interface (to enable more flexibility in backwards-compatible versions), but is still here just in case it was.
747-
*/
748-
set template(value) {
749-
this.templateObject = value;
750-
}
751745

752746

753747
/* ------------------------------------

0 commit comments

Comments
 (0)