diff options
| author | Peter Bacon Darwin | 2014-03-07 19:58:19 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-03-07 20:05:59 +0000 | 
| commit | dc57fe97e1be245fa08f25143302ee9dd850c5c9 (patch) | |
| tree | d9166499f0f7f61a9d7f805700d14f0831e44ef7 /src/ng/browser.js | |
| parent | 853999de10b8fd0116f9da80af2c192a4a5fd39b (diff) | |
| download | angular.js-dc57fe97e1be245fa08f25143302ee9dd850c5c9.tar.bz2 | |
style(jsdoc tags): remove/ammend invalid tags
As highlighted by the new sterner dgeni.
Diffstat (limited to 'src/ng/browser.js')
| -rw-r--r-- | src/ng/browser.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/browser.js b/src/ng/browser.js index 6bec5280..f9502cd4 100644 --- a/src/ng/browser.js +++ b/src/ng/browser.js @@ -194,7 +194,6 @@ function Browser(window, document, $log, $sniffer) {    /**     * @name $browser#onUrlChange -   * @TODO(vojta): refactor to use node's syntax for events     *     * @description     * Register callback function that will be called, when url changes. @@ -215,6 +214,7 @@ function Browser(window, document, $log, $sniffer) {     * @return {function(string)} Returns the registered listener fn - handy if the fn is anonymous.     */    self.onUrlChange = function(callback) { +    // TODO(vojta): refactor to use node's syntax for events      if (!urlChangeInit) {        // We listen on both (hashchange/popstate) when available, as some browsers (e.g. Opera)        // don't fire popstate when user change the address bar and don't fire hashchange when url | 
