Home
last modified time | relevance | path

Searched refs:Proto (Results 1 – 1 of 1) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js1099 var Proto = function(){ this.a = 1; }; class in AnonymousFunction235956214600
1100 Proto.prototype.b = 1; class
1101 var protoObj = new Proto();