Skip to content

Commit

Permalink
refactor(ons-navigator): Removed unneeded setImmediate().
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoo committed Oct 1, 2015
1 parent 49f62df commit 976b92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/elements/ons-navigator.es6
Expand Up @@ -606,7 +606,7 @@ limitations under the License.
* @param {Function} callback
*/
ready(navigatorElement, callback) {
setImmediate(callback);
callback();
},

/**
Expand Down

0 comments on commit 976b92f

Please sign in to comment.