var extend = function(protoProps, staticProps) { var parent = this; var child; if (protoProps && _.has(protoProps, 'constructor')) { c... Read More
posted @ 2013-12-31 10:31 break_happy Views(539) Comments(0) Diggs(0)