oribella-framework
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -94,3 +94,3 @@ var __extends = (this && this.__extends) || function (d, b) { | ||
for (var key in source) { | ||
if (source.hasOwnProperty(key) && !target.hasOwnProperty(key)) { | ||
if (source[key] && !target[key]) { | ||
target[key] = source[key]; | ||
@@ -97,0 +97,0 @@ } |
@@ -93,3 +93,3 @@ "use strict"; | ||
for (var key in source) { | ||
if (source.hasOwnProperty(key) && !target.hasOwnProperty(key)) { | ||
if (source[key] && !target[key]) { | ||
target[key] = source[key]; | ||
@@ -96,0 +96,0 @@ } |
@@ -71,3 +71,3 @@ export const GESTURE_STRATEGY_FLAG = { | ||
for (const key in source) { | ||
if (source.hasOwnProperty(key) && !target.hasOwnProperty(key)) { | ||
if (source[key] && !target[key]) { | ||
target[key] = source[key]; | ||
@@ -74,0 +74,0 @@ } |
@@ -121,3 +121,3 @@ var __extends = (this && this.__extends) || function (d, b) { | ||
for (var key in source) { | ||
if (source.hasOwnProperty(key) && !target.hasOwnProperty(key)) { | ||
if (source[key] && !target[key]) { | ||
target[key] = source[key]; | ||
@@ -124,0 +124,0 @@ } |
@@ -39,3 +39,3 @@ System.register([], function (exports_1, context_1) { | ||
for (var key in source) { | ||
if (source.hasOwnProperty(key) && !target.hasOwnProperty(key)) { | ||
if (source[key] && !target[key]) { | ||
target[key] = source[key]; | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "oribella-framework", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Normalizes event flows into an understandable consistent api", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -93,3 +93,3 @@ import { Point } from './point'; | ||
for (const key in source) { | ||
if (source.hasOwnProperty(key) && !target.hasOwnProperty(key)) { | ||
if (source[key] && !target[key]) { | ||
target[key] = source[key]; | ||
@@ -96,0 +96,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
409660