Letractively / jscomponentes

Automatically exported from code.google.com/p/jscomponentes
0 stars 0 forks source link

Alertar na inclusão do script.js sobre suas dependências #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ao incluir o objeto literal, alertar sobre suas dependências.
ex.: if(typeof $create == "undefined") alert("Inclua primeiro o script
DOM-Kit.js");

Original issue reported on code.google.com by edysegura on 29 Jun 2007 at 2:36

GoogleCodeExporter commented 8 years ago
Exemplo usando no jquery: if(typeof window.jQuery == "undefined") {}

Original comment by edysegura on 22 Aug 2007 at 2:01