Skip to content

Commit ecd55d8

Browse files
committed
clean up and bump for pan gesture
1 parent 54d49ff commit ecd55d8

File tree

4 files changed

+18
-22
lines changed

4 files changed

+18
-22
lines changed

fab-common.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**************************************************************************************
2+
* Made for the {N} community by Brad Martin @BradWayneMartin
3+
* Thanks to Lazaro Danillo for his contributions - https://github.com/lazaromenezes
4+
* Thanks to Steve McNiven-Scott for his contributions - https://github.com/sitefinitysteve
5+
* Thanks to Gabriel Marinho for his contributions - https://github.com/gabrielbiga
6+
* https://twitter.com/BradWayneMartin
7+
* https://github.com/bradmartin
8+
* Pull requests are welcome. Enjoy!
9+
*************************************************************************************/
10+
111
var view = require("ui/core/view");
212
var color = require("color");
313
var frameModule = require("ui/frame");

fab.android.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
/**************************************************************************************
2-
* Made for the {N} community by Brad Martin @BradWayneMartin
3-
* Thanks to Lazaro Danillo for his contributions - https://github.com/lazaromenezes
4-
* Thanks to Steve McNiven-Scott for his contributions - https://github.com/sitefinitysteve
5-
* https://twitter.com/BradWayneMartin
6-
* https://github.com/bradmartin
7-
* Pull requests are welcome. Enjoy!
8-
*************************************************************************************/
9-
10-
var common = require("./fab-common");
1+
var common = require("./fab-common");
112
var style = require("ui/styling/style");
123
var utils = require("utils/utils");
134
var color = require("color");

fab.ios.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
/**************************************************************************************
2-
* Made for the {N} community by Brad Martin @BradWayneMartin
3-
* Thanks to Lazaro Danillo for his contributions - https://github.com/lazaromenezes
4-
* Thanks to Steve McNiven-Scott for his contributions - https://github.com/sitefinitysteve
5-
* https://twitter.com/BradWayneMartin
6-
* https://github.com/bradmartin
7-
* Pull requests are welcome. Enjoy!
8-
* Cocoapod via: http://cocoapods.org/pods/MNFloatingActionButton by Matt Nydam
9-
*************************************************************************************/
10-
111
var common = require("./fab-common");
122
var ImageSource = require("image-source");
133
var stateChanged = require("ui/core/control-state-change");

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-floatingactionbutton",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in NativeScript apps.",
55
"main": "fab.js",
66
"nativescript": {
@@ -16,7 +16,8 @@
1616
"keywords": [
1717
"NativeScript",
1818
"native",
19-
"script",
19+
"javascript",
20+
"material design",
2021
"FAB",
2122
"floating-action-button",
2223
"android",
@@ -37,6 +38,10 @@
3738
{
3839
"name": "Nathanael Anderson",
3940
"url": "https://github.com/NathanaelA"
41+
},
42+
{
43+
"name": "Gabriel Marinho",
44+
"url": "https://github.com/gabrielbiga"
4045
}
4146
],
4247
"license": "Apache-2.0",

0 commit comments

Comments
 (0)