[Forms] Remove obsolete templates

Remove obsolete template declarations from the bundle
definition for platform/forms. WTD-684.
This commit is contained in:
Victor Woeltjen 2015-01-15 14:24:12 -08:00
parent aed6787f2c
commit 72cd21171d

View File

@ -49,36 +49,6 @@
"key": "CompositeController",
"implementation": "controllers/CompositeController.js"
}
],
"templates": [
{
"key": "_checkbox",
"templateUrl": "templates/_checkbox.html"
},
{
"key": "_checkboxes",
"templateUrl": "templates/_checkboxes.html"
},
{
"key": "_datetime",
"templateUrl": "templates/_datetime.html"
},
{
"key": "_select",
"templateUrl": "templates/_select.html"
},
{
"key": "_selects",
"templateUrl": "templates/_selects.html"
},
{
"key": "_textfield",
"templateUrl": "templates/_textfield.html"
},
{
"key": "_textfields",
"templateUrl": "templates/_textfields.html"
}
]
}
}