mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
toggle drag
This commit is contained in:
@ -7,10 +7,6 @@
|
||||
ionic.Components.push(instance);
|
||||
};
|
||||
|
||||
ionic.get = function(elementId) {
|
||||
return ionic.component( document.getElementById(elementId) );
|
||||
};
|
||||
|
||||
ionic.component = function(el) {
|
||||
if(el) {
|
||||
if(el.component) {
|
||||
|
||||
Reference in New Issue
Block a user