[Code Style] Use prototypes in platform

WTD-1482
This commit is contained in:
Victor Woeltjen
2015-08-11 12:54:50 -07:00
parent f377c7cb71
commit b7765ff388
35 changed files with 1331 additions and 1379 deletions

View File

@@ -25,7 +25,7 @@
* DomainObjectSpec. Created by vwoeltje on 11/6/14.
*/
define(
["../../src/objects/DomainObject"],
["../../src/objects/DomainObjectImpl"],
function (DomainObject) {
"use strict";