baselinejs
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -305,3 +305,3 @@ var _ = require( 'underscore' ); | ||
return this[ options.first ? 'find' : 'filter' ]( function( thisRecordId ) { | ||
if( ! ignoreMissingData ) { | ||
if( ! options.ignoreMissingData ) { | ||
for( var key in attrs ) { | ||
@@ -308,0 +308,0 @@ if( _.isUndefined( _this._recordsById[ thisRecordId ][ key ] ) ) throw new Error( 'Field \'' + key + '\' is not present for record id ' + thisRecordId + ' in table \'' + _this.collectionName + '\'.' ); |
{ | ||
"name": "baselinejs", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "Share code and data between the client and the server in full stack JavaScript applications.", | ||
@@ -5,0 +5,0 @@ "main": "baseline.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
118279