Skip to content

Commit 5c297dd

Browse files
committed
2.5.15
1 parent b7b7b8f commit 5c297dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elastic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ angular.module('monospaced.elastic', [])
206206
};
207207

208208
if (msdElasticProvider.getNgZone()) {
209-
msdElasticProvider.getNgZone().runOutsideAngular(() => {
209+
msdElasticProvider.getNgZone().runOutsideAngular(function () {
210210
listen();
211211
});
212212
} else {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-elastic",
3-
"version": "2.5.14",
3+
"version": "2.5.15",
44
"description": "Elastic (autosize) textareas for AngularJS, without jQuery dependency.",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)