You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code-input.js
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -736,19 +736,6 @@ var codeInput = {
736
736
get_template(){
737
737
returnthis.getTemplate();
738
738
}
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
-
gettemplate(){
743
-
returnthis.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.
0 commit comments