From 50170b0b7a64cfc655177a953e71210d7f8c13c1 Mon Sep 17 00:00:00 2001 From: Deividas Bakanas Date: Thu, 3 Dec 2015 19:36:53 +0200 Subject: [PATCH] Fixed import. --- google-maps/google-maps-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-maps/google-maps-tests.ts b/google-maps/google-maps-tests.ts index 2256b254b..16f917b40 100644 --- a/google-maps/google-maps-tests.ts +++ b/google-maps/google-maps-tests.ts @@ -1,6 +1,6 @@ /// -var GoogleMapsLoader = require('google-maps'); +import GoogleMapsLoader = require('google-maps'); GoogleMapsLoader.load(function(google) { new google.maps.Map(el, options);