File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,18 +57,23 @@ function TypingDNA() {
5757 return TypingDNA . getTypingPattern . apply ( this , arguments ) ;
5858 }
5959 TypingDNA . prototype . get = function ( ) {
60+ // still works but will be deprecated in favor of getTypignPattern()
6061 return TypingDNA . get . apply ( this , arguments ) ;
6162 }
6263 TypingDNA . prototype . startDiagram = function ( ) {
63- return TypingDNA . startDiagram . apply ( this , arguments ) ;
64+ // deprecated in favor of start()
65+ //return TypingDNA.startDiagram.apply(this, arguments);
6466 }
6567 TypingDNA . prototype . stopDiagram = function ( ) {
66- return TypingDNA . stopDiagram . apply ( this , arguments ) ;
68+ // deprecated in favor of stop()
69+ //return TypingDNA.stopDiagram.apply(this, arguments);
6770 }
6871 TypingDNA . prototype . getDiagram = function ( ) {
72+ // still works but will be deprecated in favor of getTypignPattern()
6973 return TypingDNA . getDiagram . apply ( this , arguments ) ;
7074 }
7175 TypingDNA . prototype . getExtendedDiagram = function ( ) {
76+ // still works but will be deprecated in favor of getTypignPattern()
7277 return TypingDNA . getExtendedDiagram . apply ( this , arguments ) ;
7378 }
7479 TypingDNA . prototype . getMouseDiagram = function ( ) {
Original file line number Diff line number Diff line change @@ -57,18 +57,23 @@ function TypingDNA() {
5757 return TypingDNA . getTypingPattern . apply ( this , arguments ) ;
5858 }
5959 TypingDNA . prototype . get = function ( ) {
60+ // still works but will be deprecated in favor of getTypignPattern()
6061 return TypingDNA . get . apply ( this , arguments ) ;
6162 }
6263 TypingDNA . prototype . startDiagram = function ( ) {
63- return TypingDNA . startDiagram . apply ( this , arguments ) ;
64+ // deprecated in favor of start()
65+ //return TypingDNA.startDiagram.apply(this, arguments);
6466 }
6567 TypingDNA . prototype . stopDiagram = function ( ) {
66- return TypingDNA . stopDiagram . apply ( this , arguments ) ;
68+ // deprecated in favor of stop()
69+ //return TypingDNA.stopDiagram.apply(this, arguments);
6770 }
6871 TypingDNA . prototype . getDiagram = function ( ) {
72+ // still works but will be deprecated in favor of getTypignPattern()
6973 return TypingDNA . getDiagram . apply ( this , arguments ) ;
7074 }
7175 TypingDNA . prototype . getExtendedDiagram = function ( ) {
76+ // still works but will be deprecated in favor of getTypignPattern()
7277 return TypingDNA . getExtendedDiagram . apply ( this , arguments ) ;
7378 }
7479 TypingDNA . prototype . getMouseDiagram = function ( ) {
You can’t perform that action at this time.
0 commit comments