Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit b874ad8

Browse files
committed
chore(deps): update Angular2 to beta.13
1 parent eaf8f19 commit b874ad8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"through2": "~0.6.3"
4040
},
4141
"dependencies": {
42-
"angular2": "2.0.0-beta.12",
42+
"angular2": "2.0.0-beta.13",
4343
"hammerjs": "2.0.6",
4444
"react-native": "0.22.2",
4545
"reflect-metadata": "0.1.2",
4646
"rxjs": "5.0.0-beta.2",
47-
"zone.js": "^0.6.6"
47+
"zone.js": "0.6.8"
4848
}
4949
}

src/wrapper/wrapper_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class ReactNativeWrapperImpl extends ReactNativeWrapper {
219219
}
220220
}
221221
});
222-
original.apply(target, args);
222+
return original.apply(target, args);
223223
}
224224
}
225225

test/components/textinput_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {fireFunctionalEvent} from './../utils';
1515

1616
var mock: MockReactNativeWrapper = new MockReactNativeWrapper();
1717

18-
describe('Input component', () => {
18+
describe('TextInput component', () => {
1919

2020
beforeEach(() => {
2121
mock.reset();

0 commit comments

Comments
 (0)