mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 20:30:39 -07:00
fix: typo in scope.get("liquid") error message, fixes #50
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ var Scope = {
|
||||
},
|
||||
get: function (str) {
|
||||
if (str === 'liquid') {
|
||||
throw new Error('NO LONGER SUPPORTED: use scope.opts instread of scope.get("liquid")')
|
||||
throw new Error('NO LONGER SUPPORTED: use scope.opts instead of scope.get("liquid")')
|
||||
}
|
||||
try {
|
||||
return this.getPropertyByPath(this.scopes, str)
|
||||
|
||||
Reference in New Issue
Block a user