mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
2
js/angular/controller/navBarController.js
vendored
2
js/angular/controller/navBarController.js
vendored
@@ -433,7 +433,7 @@ function($scope, $element, $attrs, $compile, $timeout, $ionicNavBarDelegate, $io
|
||||
};
|
||||
function deprecatedWarning(oldMethod, newMethod) {
|
||||
var warn = console.warn || console.log;
|
||||
warn && warn('navBarController.' + oldMethod + ' is deprecated, please use ' + newMethod + ' instead');
|
||||
warn && warn.call(console, 'navBarController.' + oldMethod + ' is deprecated, please use ' + newMethod + ' instead');
|
||||
}
|
||||
// END DEPRECATED -------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user