Fixed import.

This commit is contained in:
Deividas Bakanas
2015-12-03 19:36:53 +02:00
parent 64dc5896a5
commit 50170b0b7a
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference path="google-maps.d.ts" />
var GoogleMapsLoader = require('google-maps');
import GoogleMapsLoader = require('google-maps');
GoogleMapsLoader.load(function(google) {
new google.maps.Map(el, options);