scratch – Blame information for rev 58

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 define( [
2 "./class2type"
3 ], function( class2type ) {
4 "use strict";
5  
6 return class2type.hasOwnProperty;
7 } );