Skip to content

Commit

Permalink
no reason for context to be in variables scope
Browse files Browse the repository at this point in the history
  • Loading branch information
rip747 committed Oct 1, 2011
1 parent fc01be2 commit 8dd9768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mustache/Mustache.cfc
Expand Up @@ -30,7 +30,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<cfcomponent> <cfcomponent>


<cffunction name="init" output="false"> <cffunction name="init" output="false">
<cfset variables.context = {} />
<cfreturn this /> <cfreturn this />
</cffunction> </cffunction>


Expand Down

0 comments on commit 8dd9768

Please sign in to comment.