Skip to content

Instantly share code, notes, and snippets.

View YaroSpace's full-sized avatar

Yaro YaroSpace

  • DreamIT
  • Tenerife
View GitHub Profile
private copyDirtyProperties(src, target) {
for (name in src.dirtyPropertyNames) {
target[name] = src[name]
}
}
private copyDirtyPropertiesNotChangedInTarget(src, target) {
for (name in src.dirtyPropertyNames) {
if (target[name] == src.getPersistentValue(name)) {
target[name] = src[name]

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google