| author | Sidharth Singh | 2012-08-29 10:04:52 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-08-29 10:04:52 (EDT) |
| commit | 01c868cc52a35322ad1e8ef39fb3c05d99979d4c (patch) (side-by-side diff) | |
| tree | 905679e841e7e9b589135649fe503bf543c5f4b6 | |
| parent | 1057735b9766e37d7249124bf9e91452fd1d4241 (diff) | |
| download | org.eclipse.stardust.ui.web-01c868cc52a35322ad1e8ef39fb3c05d99979d4c.zip org.eclipse.stardust.ui.web-01c868cc52a35322ad1e8ef39fb3c05d99979d4c.tar.gz org.eclipse.stardust.ui.web-01c868cc52a35322ad1e8ef39fb3c05d99979d4c.tar.bz2 | |
CRNT-25577
1)Removed m_utils.debug from globalMouseMove() in m_diagram.js for connections
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@58774 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js b/web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js index 2dad6ea..0272860 100644 --- a/web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js +++ b/web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js @@ -297,7 +297,6 @@ define( "diagram" : this
},
function(event) {
- m_utils.debug(event.pageX + ", " + event.pageY);
event.data.diagram
.onGlobalMouseMove(event.pageX
- X_OFFSET
@@ -1025,8 +1024,8 @@ define( // get their events first
if (this.currentConnection.toAnchorPoint.symbol == null) {
- m_utils
- .debug("this.currentConnection.toAnchorPoint.symbol == null");
+ /*m_utils
+ .debug("this.currentConnection.toAnchorPoint.symbol == null");*/
this.currentConnection.toAnchorPoint.moveTo(x
* this.zoomFactor, y * this.zoomFactor);
|

