Skip to content

Commit

Permalink
[Serialize] Removed obsolete template type conditional
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Bryan <shane.bryan@intel.com>
  • Loading branch information
sbryan committed Jun 20, 2012
1 parent 7b301a3 commit 6f47fd5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/serialize.js
Expand Up @@ -112,9 +112,6 @@ var DEBUG = true,
if (typeof template === "function") {
template = $('<div/>').append(template(node)).html();
}
else if (typeof template === "object") {
template = template[props["type"]];
}

// Apply any special ADMNode properties to the template before we
// create the DOM Element instance
Expand Down

0 comments on commit 6f47fd5

Please sign in to comment.