gist: 1970 Download_button fork
public
Public Clone URL: git://gist.github.com/1970.git
Text only
1
2
3
4
5
6
  self.same = function(other) {
   // Is self other?
   if (no(other)) return self
    return self === other
  }

Owner

maxwell

Revisions