注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
フレームワーク // --------------------------------------------------------- // prototype.js // --... フレームワーク // --------------------------------------------------------- // prototype.js // --------------------------------------------------------- var Class = { create: function() { return function() { this.initialize.apply(this, arguments); } } } Object.extend = function(destination, source) { for (var property in source) { destination[property] = source[property]; } return destination; } // -----
2007/03/19 リンク