You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,6 @@ Access the values in the callback function of the `gn.start()`
55
55
});
56
56
</script>
57
57
58
-
###Older devices
59
-
In some of the older devices the polyfill for the JS Promises does not work properly. This might cause all or a part of your JavaScript code to break. Try adding the following line before you instantiate GyroNorm.
60
-
61
-
var Promise = Promise || ES6Promise.Promise;
62
-
63
58
###Backward compatibility
64
59
There are some breaking changes from 1.x to 2.x versions. You can find the details [here](https://github.com/dorukeker/gyronorm.js/wiki/Breaking-changes-from-1.x-to-2.x).
65
60
@@ -78,6 +73,11 @@ You can pass arguments as an object to the `init()` function. The values you pas
78
73
var gn = new GyroNorm();
79
74
gn.init(args).then( ... );
80
75
76
+
###Older devices
77
+
In some of the older devices the polyfill for the JS Promises does not work properly. This might cause all or a part of your JavaScript code to break. Try adding the following line before you instantiate GyroNorm.
78
+
79
+
var Promise = Promise || ES6Promise.Promise;
80
+
81
81
##API Documentation
82
82
83
83
[gyronorm.js API Documentation](https://github.com/dorukeker/gyronorm.js/wiki/API-Documentaion)
0 commit comments