UNPKG

edp-core

Version:

[![NPM version](https://img.shields.io/npm/v/edp-core.svg?style=flat-square)](https://npmjs.org/package/edp-core) [![Build Status](https://img.shields.io/travis/ecomfe/edp-core/master.svg?style=flat-square)](https://travis-ci.org/ecomfe/edp-core) [![Depen

42 lines (18 loc) 537 B
/*************************************************************************** * * Copyright (c) 2013 Baidu.com, Inc. All Rights Reserved * $Id$ * **************************************************************************/ /** * data/dummy-project/dep/er/3.0.2/src/main.js ~ 2013/09/28 22:52:20 * @author leeight(liyubei@baidu.com) * @version $Revision$ * @description * **/ define(function(require){ var view = require('./View'); return 'er'; }); /* vim: set ts=4 sw=4 sts=4 tw=100: */