File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
"webcomponents.js" : " ~0.5.5" ,
17
17
"promise-polyfill" : " ~2.0.0" ,
18
18
"jquery" : " ~2.1.3" ,
19
- "tween.js" : " git@ github.com:sole /tween.js.git"
19
+ "tween.js" : " https:// github.com/tweenjs /tween.js.git"
20
20
},
21
21
"keywords" : [" web-components" ]
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " HTML-GL " ,
2
+ "name" : " html-gl " ,
3
3
"version" : " 0.3.0" ,
4
4
"description" : " Get as many FPS as you need by rendering HTML/CSS in WebGL" ,
5
5
"main" : " index.js" ,
Original file line number Diff line number Diff line change 308
308
jQuery . fn [ HTMLGL . JQ_PLUGIN_NAME ] = function ( ) {
309
309
return this . each ( function ( ) {
310
310
if ( ! jQuery . data ( this , 'plugin_' + HTMLGL . JQ_PLUGIN_NAME ) ) {
311
- var propellerObj = HTMLGL . GLElement . createFromNode ( this ) ;
312
- jQuery . data ( this , 'plugin_' + HTMLGL . JQ_PLUGIN_NAME , propellerObj ) ;
311
+ var htmlGLobj = HTMLGL . GLElement . createFromNode ( this ) ;
312
+ jQuery . data ( this , 'plugin_' + HTMLGL . JQ_PLUGIN_NAME , htmlGLobj ) ;
313
313
jQuery [ HTMLGL . JQ_PLUGIN_NAME ] . elements . push ( propellerObj ) ;
314
314
}
315
315
} ) ;
You can’t perform that action at this time.
0 commit comments