baselinejs
Advanced tools
Comparing version 8.0.1 to 8.1.0
@@ -59,3 +59,2 @@ var _ = require( 'underscore' ); | ||
// this.trigger( 'operation', 'createRecord', params ); | ||
this.trigger( 'create', initialFieldValues, options ); | ||
@@ -155,4 +154,3 @@ | ||
// _this.trigger( 'operation', 'destroyRecord', params ); | ||
_this.trigger( 'destroy', thisRecordId ); | ||
_this.trigger( 'destroy', thisRecordId, options ); | ||
} ); | ||
@@ -275,2 +273,4 @@ } | ||
if( options.merge ) _this._mergeDTO( result.data ); | ||
this.trigger( 'save', recordId, isUpdate, options ); | ||
} | ||
@@ -277,0 +277,0 @@ |
{ | ||
"name": "baselinejs", | ||
"version": "8.0.1", | ||
"version": "8.1.0", | ||
"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
109335
378