Skip to content

Commit e99a723

Browse files
committed
close #64
1 parent da2cf36 commit e99a723

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ matrix:
4545
before_install:
4646
- gem install cocoapods
4747
- pod repo update
48-
script: cd ../demo && npm run build-ios-bundle -–uglify
48+
script: cd ../demo && npm run build-ios-bundle
4949
- language: android
5050
os: linux
5151
env:
5252
- Webpack="Android"
5353
jdk: oraclejdk8
5454
before_install: nvm install 6.10.3
55-
script: cd ../demo && npm run build-android-bundle --uglify
55+
script: cd ../demo && npm run build-android-bundle
5656
- stage: "Build"
5757
env:
5858
- BuildAndroid="25"

src/fab.android.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export class Fab extends FloatingActionButtonBase {
2424
}
2525

2626
public createNativeView() {
27-
console.log("createNativeView android ***");
2827
this._android = new android.support.design.widget.FloatingActionButton(
2928
this._context
3029
);
@@ -68,7 +67,7 @@ export class Fab extends FloatingActionButtonBase {
6867
try {
6968
this.nativeView.setBackgroundTintList(newValue);
7069
} catch (err) {
71-
console.log(`err: `, err);
70+
console.log(`Error setNative backgroundColorProperty: `, err);
7271
}
7372
}
7473

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-floatingactionbutton",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description":
55
"A NativeScript plugin for Material Design Floating Action Button.",
66
"main": "fab",

0 commit comments

Comments
 (0)