Auto merge mandatory file pr This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
A Backbone based toolbar implementation.
npm install --save backbone-toolbar
In your JavaScript code
require(['backbone-toolbar'], function (backboneToolbar) { // use the backboneToolbar });
var backboneToolbar = require('backbone-toolbar'); // use the backboneToolbar
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
backbone-toolbar
A Backbone based toolbar implementation.
Usage
In your JavaScript code
As AMD
As CMD