From db3ad70a3d7598254cbf11b7a6540b9fba3773ab Mon Sep 17 00:00:00 2001 From: Nicholas L Date: Fri, 8 Jan 2016 23:41:24 +1300 Subject: [PATCH] Remove use of goog.bind and use ES5 .bind --- config/examples/example.html | 2 +- examples/geolocation-orientation.html | 1 + examples/mobile-full-screen.html | 1 + src/ol/format/kmlformat.js | 4 +- src/ol/geolocation.js | 4 +- src/ol/imagecanvas.js | 2 +- .../interaction/mousewheelzoominteraction.js | 2 +- src/ol/interaction/snapinteraction.js | 4 +- src/ol/layer/heatmaplayer.js | 4 +- src/ol/map.js | 4 +- src/ol/mapbrowserevent.js | 4 +- src/ol/pointer/pointereventhandler.js | 2 +- src/ol/pointer/touchsource.js | 2 +- src/ol/renderer/maprenderer.js | 2 +- src/ol/renderer/webgl/webglmaprenderer.js | 46 ++++++++++--------- src/ol/reproj/tile.js | 2 +- src/ol/source/bingmapssource.js | 2 +- src/ol/source/imagesource.js | 4 +- src/ol/source/imagevectorsource.js | 2 +- src/ol/source/rastersource.js | 2 +- src/ol/source/tilearcgisrestsource.js | 2 +- src/ol/source/tileimagesource.js | 4 +- src/ol/source/tilejsonsource.js | 4 +- src/ol/source/tileutfgridsource.js | 6 +-- src/ol/source/tilewmssource.js | 2 +- src/ol/style/circlestyle.js | 4 +- src/ol/style/regularshapestyle.js | 4 +- 27 files changed, 64 insertions(+), 58 deletions(-) diff --git a/config/examples/example.html b/config/examples/example.html index dd568a12b7..567b54ada0 100644 --- a/config/examples/example.html +++ b/config/examples/example.html @@ -11,7 +11,7 @@ {{{ extraHead.local }}} {{{ css.tag }}} - + {{ title }} diff --git a/examples/geolocation-orientation.html b/examples/geolocation-orientation.html index 6cbd755a15..4a6b5d433e 100644 --- a/examples/geolocation-orientation.html +++ b/examples/geolocation-orientation.html @@ -13,6 +13,7 @@ tags: "fullscreen, geolocation, orientation, mobile" + Mobile Geolocation Tracking with Orientation