UNPKG

webgme

Version:

Web-based Generic Modeling Environment

14 lines (10 loc) 240 B
/*globals define*/ /*jshint browser: true*/ /** * @author rkereskenyi / https://github.com/rkereskenyi */ define([], function () { 'use strict'; var attributeNames = {name: 'name'}; return {Attributes: attributeNames}; });