Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
remove unneeded handlebars stragger; remove unused function from mixin;
Browse files Browse the repository at this point in the history
bump version to 1.1.0 since we broke the renderAtomicPartial function
  • Loading branch information
geoffp committed Jul 29, 2016
1 parent e1eaf46 commit 51ec0b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.
82 changes: 0 additions & 82 deletions lib/engine_handlebars.js

This file was deleted.

4 changes: 0 additions & 4 deletions lib/engine_underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ _.mixin({

return compiled(data);
},
assignContext: function (viewModel, data) {
return viewModel(data);
},

/* eslint-disable no-eval, no-unused-vars */
getPath: function (pathString, currentContext, debug) {
try {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "patternengine-node-underscore",
"description": "The Underscore engine for Pattern Lab / Node",
"version": "1.0.1",
"version": "1.1.0",
"main": "lib/engine_underscore.js",
"dependencies": {
"underscore": "^1.8.3"
Expand Down

0 comments on commit 51ec0b3

Please sign in to comment.