This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 6d54ef7 package declaration was accidentally omitted
new 5fda8b1 Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
6d54ef7 is described below
commit 6d54ef7bc4d4c63fbbf6f29ebdab18eacb2a2c29
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Sun Feb 2 10:32:43 2020 +0200
package declaration was accidentally omitted
---
.../ColorPickerExample/src/main/royale/ColorPickerPopUpWithPalette.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/examples/royale/ColorPickerExample/src/main/royale/ColorPickerPopUpWithPalette.as
b/examples/royale/ColorPickerExample/src/main/royale/ColorPickerPopUpWithPalette.as
index 567c9aa..d8d7caa 100644
---
a/examples/royale/ColorPickerExample/src/main/royale/ColorPickerPopUpWithPalette.as
+++
b/examples/royale/ColorPickerExample/src/main/royale/ColorPickerPopUpWithPalette.as
@@ -16,7 +16,7 @@
// limitations under the License.
//
////////////////////////////////////////////////////////////////////////////////package
-{
+package {
import org.apache.royale.events.Event;
import org.apache.royale.events.IEventDispatcher;
import org.apache.royale.html.beads.HideColorSpectrumThumbWhenEmpty;