[ObjectAPI] Draft new Object API

Rought prototype of new object API.
This commit is contained in:
Pete Richards
2016-06-17 16:54:32 -07:00
parent 5de7a96ccc
commit a63e053399
9 changed files with 396 additions and 7 deletions

View File

@ -35,7 +35,8 @@ requirejs.config({
"screenfull": "bower_components/screenfull/dist/screenfull.min",
"text": "bower_components/text/text",
"uuid": "bower_components/node-uuid/uuid",
"zepto": "bower_components/zepto/zepto.min"
"zepto": "bower_components/zepto/zepto.min",
"lodash": "bower_components/lodash/lodash"
},
"shim": {
"angular": {