前端的一些常用命名积累

2016.5.7 - 南京 前端

1.在自定义一个类的时候用self名字

angular.mock.$Browser = function() {
  var self = this;
};

2.

相关阅读