update bower version and dependencies
This commit is contained in:
8
bower_components/raphael/dev/index.js
vendored
Normal file
8
bower_components/raphael/dev/index.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
var core = require('./raphael.core');
|
||||
if(core.svg){
|
||||
require('./raphael.svg');
|
||||
}
|
||||
if(core.vml){
|
||||
require('./raphael.vml');
|
||||
}
|
||||
module.exports = core;
|
||||
Reference in New Issue
Block a user