Skip to content

Commit 2513b8f

Browse files
committed
Remove template getter and setter to prevent Vue/Nuxt's template prop modifying templateObject
1 parent 7db4c15 commit 2513b8f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

code-input.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -736,19 +736,6 @@ var codeInput = {
736736
get_template() {
737737
return this.getTemplate();
738738
}
739-
/**
740-
* @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.
741-
*/
742-
get template() {
743-
return this.templateObject;
744-
}
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-
}
751-
752739

753740
/* ------------------------------------
754741
* -----------Callbacks----------------

0 commit comments

Comments
 (0)