UNPKG

webgme

Version:

Web-based Generic Modeling Environment

20 lines (17 loc) 487 B
/*globals define */ /*jshint browser: true*/ /** * @author rkereskenyi / https://github.com/rkereskenyi */ define([], function () { 'use strict'; //define client-only string constants return { DRAG_COPY: 'DRAG_COPY', DRAG_MOVE: 'DRAG_MOVE', DRAG_CREATE_INSTANCE: 'DRAG_CREATE_INSTANCE', DRAG_CREATE_POINTER: 'DRAG_CREATE_POINTER', DRAG_SET_REPLACEABLE: 'DRAG_SET_REPLACEABLE', DRAG_ADD_MEMBER: 'DRAG_ADD_MEMBER' }; });