File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 "license" : " BSD" ,
55 "tags" : [" nodejs" ],
66 "description" : " Exters for sortablejs | RubaXa/Sortable" ,
7- "version" : " 0.0.1 -alpha" ,
7+ "version" : " 0.0.2 -alpha" ,
88 "classPath" : " lib" ,
99 "releasenote" : " Initial work" ,
1010 "contributors" : [" jonasmalacofilho" , " protocubo" ],
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ typedef Pixels = Int;
1313typedef GroupPullFunction = Element -> ? Element -> GroupPullOptions ;
1414
1515abstract GroupPullOptions (Dynamic ) from Bool to Bool from GroupPullFunction to GroupPullFunction to String {
16- @:from static inline function fromClone (keyword : Keyword ): GroupPullOptions
16+ @:from @ :extern static inline function fromClone (keyword : Keyword ): GroupPullOptions
1717 {
1818 if (keyword != " clone" ) throw " Only 'clone' allowed" ;
1919 return cast keyword ;
@@ -37,7 +37,7 @@ typedef CompleteGroupOptions = {
3737
3838@:forward
3939abstract GroupOptions (CompleteGroupOptions ) from CompleteGroupOptions to CompleteGroupOptions {
40- @:from static inline function fromName (name : String )
40+ @:from @ :extern static inline function fromName (name : String )
4141 return { name :name , pull :true , put :true };
4242}
4343
You can’t perform that action at this time.
0 commit comments