removed now empty config.js from the build

This commit is contained in:
thatcher 2011-12-13 17:49:59 -05:00
parent dc29100f67
commit c9034f3f96
3 changed files with 0 additions and 7 deletions

View File

@ -37,7 +37,6 @@
<file name="src/dzitilesource.js" />
<file name="src/button.js" />
<file name="src/buttongroup.js" />
<file name="src/config.js" />
<file name="src/rectangle.js" />
<file name="src/displayrectangle.js" />
<file name="src/spring.js" />

View File

@ -2260,8 +2260,6 @@ $.Strings = {
};
$.Strings = $.Strings;
}( OpenSeadragon ));
(function( $ ){
@ -3188,8 +3186,6 @@ $.ButtonGroup.prototype = {
}( OpenSeadragon ));
(function( $ ){
$.Rect = function(x, y, width, height) {

View File

@ -1,2 +0,0 @@