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

Commit 51ec0b3

Browse files
committed
remove unneeded handlebars stragger; remove unused function from mixin;
bump version to 1.1.0 since we broke the renderAtomicPartial function
1 parent e1eaf46 commit 51ec0b3

File tree

3 files changed

+1
-87
lines changed

3 files changed

+1
-87
lines changed

lib/engine_handlebars.js

Lines changed: 0 additions & 82 deletions
This file was deleted.

lib/engine_underscore.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ _.mixin({
4545

4646
return compiled(data);
4747
},
48-
assignContext: function (viewModel, data) {
49-
return viewModel(data);
50-
},
51-
5248
/* eslint-disable no-eval, no-unused-vars */
5349
getPath: function (pathString, currentContext, debug) {
5450
try {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternengine-node-underscore",
33
"description": "The Underscore engine for Pattern Lab / Node",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"main": "lib/engine_underscore.js",
66
"dependencies": {
77
"underscore": "^1.8.3"

0 commit comments

Comments
 (0)