Skip to content

Commit

Permalink
missed a conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Jul 20, 2014
1 parent 2502700 commit b4998ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions builder/patternlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,7 @@ var patternlab_engine = function(grunt){

//ishControls
var ishControlsTemplate = grunt.file.read('./source/_patternlab-files/partials/ishControls.mustache');
<<<<<<< HEAD
var ishControlsPartialHtml = mustache.render(ishControlsTemplate, patternlab.config);
=======
var ishControlsPartialHtml = renderPattern(ishControlsTemplate, patternlab.config);
>>>>>>> a38e78c13ca1f9b51ca570c2c1ebb077f880214c

//patternPaths
var patternPathsTemplate = grunt.file.read('./source/_patternlab-files/partials/patternPaths.mustache');
Expand Down

0 comments on commit b4998ec

Please sign in to comment.