way2web-clone
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -14,3 +14,3 @@ /** | ||
var version = '0.1.0'; | ||
var version = '0.1.1'; | ||
@@ -39,5 +39,5 @@ var elements = { | ||
function init() { | ||
elements = $.extend(elements, customElements); | ||
classes = $.extend(classes, customClasses); | ||
events = $.extend(events, customEvents); | ||
$.extend(elements, customElements); | ||
$.extend(classes, customClasses); | ||
$.extend(events, customEvents); | ||
@@ -58,3 +58,3 @@ $scope.find(elements.toggle).on('click', cloneElement); | ||
function setElements(customElements) { | ||
elements = $.extend(elements, customElements); | ||
$.extend(elements, customElements); | ||
@@ -72,3 +72,3 @@ return this; | ||
function setClasses(customClasses) { | ||
elements = $.extend(elements, customClasses); | ||
$.extend(elements, customClasses); | ||
@@ -86,3 +86,3 @@ return this; | ||
function setEvents(customEvents) { | ||
elements = $.extend(elements, customEvents); | ||
$.extend(elements, customEvents); | ||
@@ -89,0 +89,0 @@ return this; |
{ | ||
"name": "way2web-clone", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Clone an element.", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
8582