My favorites | Sign in
Logo
                
Search
for
Updated Apr 24, 2008 by metaweta
RefactoringToolFeatureRequests  
A list of features we'd like to have in the refactoring tool

Refactoring tool feature requests

into
(function () {
  function Foo(x) { this.x_ = x; }
  Foo.prototype.getX = function() { return this.x_; };
  pkg.Foo = Foo;
})();

Sign in to add a comment