Skip to content

Commit

Permalink
fix global pollution
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 3, 2010
1 parent c476039 commit 08e50f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/htmlelement.js
Expand Up @@ -2,7 +2,7 @@
/**
* @author envjs team
*/
$css2properties = [{}];
var $css2properties = [{}];

__extend__(HTMLElement.prototype, {
get style(){
Expand Down

0 comments on commit 08e50f8

Please sign in to comment.