Updated some APIs with @param defintions. Added .impl suffix to the ImageSource module.

This commit is contained in:
atanasovg
2014-05-21 15:15:48 +03:00
parent 9dd3ba70c5
commit a6edd119d0
12 changed files with 112 additions and 70 deletions

View File

@ -2,7 +2,7 @@
import promises = require("promises/promises");
import timer = require("timer/timer");
import types = require("location/location-types");
import locationManagerModule = require("location");
import locationManagerModule = require("location/location-manager");
// merge the exports of the types module with the exports of this file
declare var exports;