We don't need the empty #initialize().

This commit is contained in:
Jürg Lehni 2011-05-07 17:05:42 +01:00
parent d254d9542d
commit 979bda52ab

View file

@ -15,7 +15,4 @@
*/
var PathItem = this.PathItem = Item.extend({
initialize: function() {
this.base();
}
});