Woops, left in some test code

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1881 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2010-12-02 17:15:47 +00:00
parent 3b1b46f874
commit f75eb79f0b
1 changed files with 0 additions and 14 deletions

View File

@ -23,20 +23,6 @@ if (!svgedit.utilities) {
svgedit.utilities = {};
}
/**
* @interface
*/
svgedit.utilities.FooInterface = function() {
};
svgedit.utilities.prototype.FooInterface.funky = function() {};
/**
* @constructor
* @implements {svgedit.utilities.FooInterface}
*/
svgedit.utilities.FooImplementor = function() {
};
// Constants
// String used to encode base64.