Allow for deletion of all components in a draft

This commit is contained in:
Calen Pennington
2012-10-24 14:57:13 -04:00
parent cf4f1118ea
commit fb06344290
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
class CMS.Models.Module extends Backbone.Model
url: '/save_item'
defaults:
data: ''
children: ''
metadata: {}
data: null
children: null
metadata: null