Woops, left in some test code
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1881 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user