Ensure panning extension can be over-ridden via URL
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2676 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
5352fe0a64
commit
2b9e299240
|
@ -51,7 +51,6 @@
|
|||
|
||||
<!-- you can load extensions here -->
|
||||
<!-- <script src="extensions/ext-helloworld.js"></script> -->
|
||||
<script src="extensions/ext-panning.js"></script>
|
||||
|
||||
<!-- always minified scripts -->
|
||||
<script src="jquery-ui/jquery-ui-1.8.17.custom.min.js"></script>
|
||||
|
|
|
@ -63,7 +63,8 @@
|
|||
'ext-imagelib.js',
|
||||
'ext-grid.js',
|
||||
'ext-polygon.js',
|
||||
'ext-star.js'
|
||||
'ext-star.js',
|
||||
'ext-panning.js'
|
||||
],
|
||||
initTool: 'select',
|
||||
wireframe: false,
|
||||
|
|
Loading…
Reference in New Issue