Fix the examples that used our '$' method.

This commit is contained in:
Marc Jansen
2012-03-05 22:27:43 +01:00
parent de2eeaab0b
commit 5c2c39c9dd
12 changed files with 20 additions and 3 deletions

View File

@@ -67,6 +67,8 @@ OpenLayers.Strategy.RuleCluster = OpenLayers.Class(OpenLayers.Strategy.Cluster,
// global variables
var map, vectorlayer, features, stylemap, select;
var $ = OpenLayers.Util.getElement;
// wrap the instanciation code in an anonymous function that gets executed
// immeadeately
(function(){