From 088b3f60eaefd3a4cc99a93d6d5747bb10eefc41 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 9 Feb 2013 14:50:02 +0000 Subject: [PATCH] tagNestExceptions array removed No longer used (was only used by the ropey close tag system, now removed) --- lib/ice-coder.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ice-coder.js b/lib/ice-coder.js index a1e6dd8..f0be42a 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -33,9 +33,6 @@ var ICEcoder = { pluginIntervalRefs: [], // Array of plugin interval refs ready: false, // Indicates if ICEcoder is ready for action - // Don't consider these tags as part of nesting as they're singles, JS, PHP or Ruby code blocks - tagNestExceptions: ["!DOCTYPE","meta","link","img","br","hr","input","script","?php","?","%"], - // Set our aliases initAliases: function() { var aliasArray = ["header","files","account","fmLock","filesFrame","editor","tabsBar","findBar","content","footer","nestValid","nestDisplay","charDisplay"];