First set of sharable backbone models; they don't do a whole lot yet.
Showing
22 changed files
with
537 additions
and
0 deletions
.bowerrc
0 → 100644
Gruntfile.js
0 → 100644
This diff is collapsed.
Click to expand it.
bower.json
0 → 100644
package.json
0 → 100644
src/index.html
0 → 100644
src/scripts/config.js
0 → 100644
src/scripts/jquery.js
0 → 100644
src/scripts/main.js
0 → 100644
src/scripts/ofbiz/model/Base.js
0 → 100644
src/scripts/ofbiz/model/ContactMech.js
0 → 100644
src/scripts/ofbiz/model/EmailAddress.js
0 → 100644
src/scripts/ofbiz/model/Party.js
0 → 100644
src/scripts/ofbiz/model/PartyGroup.js
0 → 100644
src/scripts/ofbiz/model/Person.js
0 → 100644
src/scripts/ofbiz/model/PostalAddress.js
0 → 100644
src/scripts/ofbiz/model/TelecomNumber.js
0 → 100644
src/styles/main.css
0 → 100644
File mode changed
test/specs/ofbiz/model/Base.spec.js
0 → 100644
test/specs/ofbiz/model/EmailAddress.spec.js
0 → 100644
test/specs/ofbiz/model/PostalAddress.spec.js
0 → 100644
test/specs/ofbiz/model/TelecomNumber.spec.js
0 → 100644
-
Please register or sign in to post a comment