Woops, left in some test code
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1881 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
3b1b46f874
commit
f75eb79f0b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue