Вход Регистрация
Файл: framework/thirdparty/jasmine-ajax/examples/prototype/public/javascripts/Tweet.js
Строк: 3
<?php
function Tweet(tweet){
  
this.postedAt = tweet.created_at;
  
this.text = tweet.text;
  
this.imageUrl = tweet.profile_image_url;
  
this.user = tweet.from_user;
}
?>
Онлайн: 2
Реклама