From 979bda52abbbf63cb563886998343ef6b1e78a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 7 May 2011 17:05:42 +0100 Subject: [PATCH] We don't need the empty #initialize(). --- src/path/PathItem.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/path/PathItem.js b/src/path/PathItem.js index ea9f76df..62b9aedf 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -15,7 +15,4 @@ */ var PathItem = this.PathItem = Item.extend({ - initialize: function() { - this.base(); - } });