Skip to content

Commit 86de008

Browse files
committed
Removed incorrect note in docs - Fixes emberjs#3111
1 parent ae3cd33 commit 86de008

File tree

1 file changed

+0
-3
lines changed
  • packages/ember-views/lib/views

1 file changed

+0
-3
lines changed

packages/ember-views/lib/views/view.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,6 @@ var EMPTY_ARRAY = [];
571571
Using a value for `templateName` that does not have a Handlebars template
572572
with a matching `data-template-name` attribute will throw an error.
573573
574-
Assigning a value to both `template` and `templateName` properties will throw
575-
an error.
576-
577574
For views classes that may have a template later defined (e.g. as the block
578575
portion of a `{{view}}` Handlebars helper call in another template or in
579576
a subclass), you can provide a `defaultTemplate` property set to compiled

0 commit comments

Comments
 (0)