scratch – Diff between revs 58 and 125
?pathlinks?
Rev 58 | Rev 125 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | define( [ |
1 | define([ |
|
2 | "./class2type" |
2 | "./class2type" |
|
3 | ], function( class2type ) { |
3 | ], function( class2type ) { |
|
4 | "use strict"; |
- | ||
5 | |
- | ||
6 | return class2type.toString; |
4 | return class2type.toString; |
|
7 | } ); |
5 | }); |