temple-backbone
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -70,3 +70,3 @@ (function ( global, factory ) { | ||
match: function(target) { | ||
return target instanceof Backbone.Model; | ||
return isModel(target); | ||
}, | ||
@@ -147,3 +147,3 @@ get: function(target, path) { | ||
var deps = obj._deps = { length: new Temple.Dependency() }; | ||
var onChange; | ||
@@ -219,3 +219,3 @@ var model_cache = obj.map(function(m) { return m.cid; }); | ||
if (options == null || options.depend !== false) mainDep.depend(); | ||
return toJSON.apply(this, arguments); | ||
@@ -238,2 +238,2 @@ } | ||
})); | ||
})); |
{ | ||
"name": "temple-backbone", | ||
"description": "Adds Backbone specific handlers to Temple Mustache.", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Beneath the Ink <info@beneaththeink.com>", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
192
9817