123456789101112131415161718192021222324252627282930 |
- someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- return someObject.someFunction().then(function() {
- anotherFunction();
- });
- });
- });
- });
- });
- });
- });
- });
- });
- });
- });
- });
- });
- });
|