Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mitechie committed Apr 29, 2012
1 parent fdb943a commit 19eb03a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bookie/static/js/bookie/tagcontrol.js
Expand Up @@ -128,7 +128,7 @@ YUI.add('bookie-tagcontrol', function (Y) {
* YUI object init method * YUI object init method
* *
* @constructor * @constructor
* @event tag:added * @event tag:add
* @param {Object} cfg * @param {Object} cfg
* @param {Boolean} silent * @param {Boolean} silent
* *
Expand All @@ -146,7 +146,7 @@ YUI.add('bookie-tagcontrol', function (Y) {
} }


if (!this.get('silent')) { if (!this.get('silent')) {
Y.fire('tag:added', { Y.fire('tag:add', {
target: this target: this
}); });
} }
Expand Down Expand Up @@ -268,8 +268,8 @@ YUI.add('bookie-tagcontrol', function (Y) {
// fails for us. // fails for us.
Y.on('tag:update', this._parse_input, this); Y.on('tag:update', this._parse_input, this);


// events to watch out for from our little cont // events to watch out for from our little container
// tag:added // tag:add
// tag:removed // tag:removed
// focus out (make last word a tag) // focus out (make last word a tag)
this.ui.delegate( this.ui.delegate(
Expand Down
2 changes: 1 addition & 1 deletion scripts/readability/existing.py
@@ -1,4 +1,4 @@
"""Run readability on all of the existing urls in the databse """Run readability on all of the existing urls in the database
""" """
Expand Down

0 comments on commit 19eb03a

Please sign in to comment.