gitter-realtime-client
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -225,4 +225,6 @@ "use strict"; | ||
log.info('coll: Performing ' + operation, newAttributes); | ||
if (!options) options = {}; | ||
existingModel.set(parsed.attributes, options || {}); | ||
existingModel.set(parsed.attributes, options); | ||
existingModel.trigger('sync', existingModel, { live: options }); | ||
} else { | ||
@@ -229,0 +231,0 @@ log.info('coll: Ignoring out-of-date update', existingModel.toJSON(), newAttributes); |
{ | ||
"name": "gitter-realtime-client", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "Gitter Realtime Client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
53156
1297