cleverstyle-widgets
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -26,3 +26,3 @@ { | ||
], | ||
"version" : "0.3.0", | ||
"version" : "0.3.1", | ||
"homepage" : "https://github.com/nazar-pc/CleverStyle-Widgets", | ||
@@ -29,0 +29,0 @@ "author" : "Nazar Mokrynskyi <nazar@mokrynskyi.com>", |
@@ -41,3 +41,3 @@ // Generated by LiveScript 1.5.0 | ||
var x$; | ||
x$ = cs.ui.modal(content); | ||
x$ = csw.functions.modal(content); | ||
x$.autoDestroy = true; | ||
@@ -63,3 +63,3 @@ x$.open(); | ||
var x$, modal, y$, ok, z$, ok_button, z1$; | ||
x$ = modal = cs.ui.modal(content); | ||
x$ = modal = csw.functions.modal(content); | ||
x$.autoDestroy = true; | ||
@@ -100,3 +100,3 @@ x$.manualClose = true; | ||
} | ||
x$ = modal = cs.ui.modal(content); | ||
x$ = modal = csw.functions.modal(content); | ||
x$.autoDestroy = true; | ||
@@ -164,3 +164,3 @@ x$.manualClose = true; | ||
} | ||
modal = cs.ui.confirm("" + content + "\n<p><csw-input-text><input type=\"text\"></csw-input-text></p>", function(){}); | ||
modal = csw.functions.confirm("" + content + "\n<p><csw-input-text><input type=\"text\"></csw-input-text></p>", function(){}); | ||
x$ = modal.input = modal.querySelector('input'); | ||
@@ -167,0 +167,0 @@ x$.focus(); |
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
271325